Skip to content

Commit

Permalink
Use CSS instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Dec 8, 2016
1 parent 5117ae3 commit cc19fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/Development.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function cvs_and_ver($module)
{
$stable = HordeWeb_Utils::getH3Apps($module);
$dev = HordeWeb_Utils::getDevApps($module);
return '<td nowrap="nowrap"><a href="http://git.horde.org/horde/-/browse/' . htmlspecialchars($module) . '/">' . htmlspecialchars($module) . '</a>'
return '<td style="white-space: nowrap"><a href="http://git.horde.org/horde/-/browse/' . htmlspecialchars($module) . '/">' . htmlspecialchars($module) . '</a>'
. '</td><td>' . ($stable ? htmlspecialchars($stable['version']) : ($dev && substr($dev['version'], 0, 2) == 'H3' ? htmlspecialchars($dev['version']) : '&nbsp;'))
. '</td>';
}
Expand Down

0 comments on commit cc19fd1

Please sign in to comment.