summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorHolger Bauer <hoba@pfsense.org>2005-06-02 04:46:04 +0000
committerHolger Bauer <hoba@pfsense.org>2005-06-02 04:46:04 +0000
commitdbbd36846f59176f795ffd0a0a15d05c4ce103f2 (patch)
tree138bc3865fa9c6a5214b94c302371488dfecd175 /usr/local/www
parent33a56b278675bc61bdcd4e3042d0e00a1f855dc1 (diff)
downloadpfsense-dbbd36846f59176f795ffd0a0a15d05c4ce103f2.zip
pfsense-dbbd36846f59176f795ffd0a0a15d05c4ce103f2.tar.gz
move icons to the middle of the cell
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_firmware_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index 716faa9..aa502b8 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -82,7 +82,7 @@ $versions = check_firmware_version();
?>
<tr valign="top">
- <td class="listlr" nowrap><img src="<?=$img;?>" width="11" height="11" align="absmiddle"></td>
+ <td class="listlr" nowrap align="middle"><img src="<?=$img;?>" width="11" height="11" align="absmiddle"></td>
<td class="listlr"><?= ucfirst($key) ?></td>
<td class="listlr"><?= $currentver ?></td>
<?php
OpenPOWER on IntegriCloud