diff options
author | Ermal <eri@pfsense.org> | 2010-10-22 19:52:09 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-10-22 19:52:09 +0000 |
commit | 4540ab2c16f674c2031a43c03bc142b67e0ea559 (patch) | |
tree | b74f9ae7f7d9ad5a3c1ea0b53f36a60acde6106f /usr/local/www/fbegin.inc | |
parent | 90e64fad79395814e81be2b84871503f211eea00 (diff) | |
download | pfsense-4540ab2c16f674c2031a43c03bc142b67e0ea559.zip pfsense-4540ab2c16f674c2031a43c03bc142b67e0ea559.tar.gz |
Clear some forgotten </img> </font> tags.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-x | usr/local/www/fbegin.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index 47ff2ed..7da907b 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -229,9 +229,8 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') { ?> <div id="wrapper"> - <div id="header"> - <div id="header-left"><a href="index.php" id="status-link"><img src="/themes/<?= $g['theme']; ?>/images/transparent.gif" border="0"></img></a></div> + <div id="header-left"><a href="index.php" id="status-link"><img src="/themes/<?= $g['theme']; ?>/images/transparent.gif" border="0"></a></div> <div id="header-right"> <div class="container"> <div class="left">webConfigurator</div> @@ -407,7 +406,7 @@ function add_to_menu($url, $name) { ?> <div> -<span class="pgtitle"><?=genhtmltitle($pgtitle);?></font></span> +<span class="pgtitle"><?=genhtmltitle($pgtitle);?></span> <span style="float:right; margin: 0 0 20px 20px;"> <?php if(! empty($statusurl)): ?> <a href="<?php echo $statusurl; ?>" target="_new" title="Status of items on this page."><img src="/themes/<?php echo $g['theme']; ?>/images/status.png" border="0"></a> |