chg: [no-wrap] connections

feature-scoped-element
iglocska 2021-06-11 14:42:08 +02:00
parent 2e9b306f46
commit 114e4e76e5
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
$output = [];
foreach ($tools as $tool) {
$output[] = sprintf(
'<a href="/localTools/view/%s">%s</a>: %s',
'<span class="text-nowrap"><a href="/localTools/view/%s">%s</a>: %s</span>',
h($tool['id']),
h($tool['name']),
h($tool['status'])