parent
eb5c48ade9
commit
a298197e6c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue