Fix layout of action lincs in view

refs #6392
This commit is contained in:
Matthias Jentsch 2015-05-28 15:31:50 +02:00
parent eb5c48ade9
commit a298197e6c
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ if (empty($links)) {
?>
<tr>
<th><?= $this->translate('Actions') ?></th>
<td><?= implode("\n ", $links) . "\n" ?></td>
<td><?= implode("<br>", $links) ?></td>
</tr>