summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-06 17:48:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-06 17:48:14 +0000
commita50cfe715b301d3e906bfaa909888b07e02b4739 (patch)
tree2ce3ed169ec9c9f7fb5b1416555d813ab4025227 /usr
parente9569d37216b293ee29a2f5377a4be87a3c6aca8 (diff)
downloadpfsense-a50cfe715b301d3e906bfaa909888b07e02b4739.zip
pfsense-a50cfe715b301d3e906bfaa909888b07e02b4739.tar.gz
Correct and output page title
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_firmware_auto.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index 51b6750..005cb12 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -39,7 +39,7 @@ if(isset($curcfg['alturl']['enable']))
else
$updater_url = $g['update_url'];
-$pgtitle = array("Diagnostics","Firmware","Auto Update");
+$pgtitle = array("Diagnostics: Firmware: Auto Update");
include("head.inc");
?>
@@ -52,7 +52,7 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
-<p/>
+<p class="pgtitle"><?=$pgtitle?></font></p>
<form action="system_firmware_auto.php" method="post">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
OpenPOWER on IntegriCloud