summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes_edit.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-08-12 15:35:09 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-08-12 16:02:41 -0600
commit3b7f0f53674eab45ea81b1e24046609760f67e6d (patch)
treebb6b93f8e30de80ffa907ba46404ee90abdd56b0 /usr/local/www/system_routes_edit.php
parent0153a0b81968512ee1998a741b5ea37f49161d79 (diff)
downloadpfsense-3b7f0f53674eab45ea81b1e24046609760f67e6d.zip
pfsense-3b7f0f53674eab45ea81b1e24046609760f67e6d.tar.gz
Fix some printfs and some text.
Diffstat (limited to 'usr/local/www/system_routes_edit.php')
-rwxr-xr-xusr/local/www/system_routes_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_routes_edit.php b/usr/local/www/system_routes_edit.php
index 345bf88..af50af2 100755
--- a/usr/local/www/system_routes_edit.php
+++ b/usr/local/www/system_routes_edit.php
@@ -304,7 +304,7 @@ include("head.inc");
optn.value = value;
selectbox.options.add(optn);
selectbox.selectedIndex = (selectbox.options.length-1);
- $('notebox').innerHTML="<p/><strong><?=gettext("NOTE:");?></strong> <?=printf(gettext("You can manage Gateways %shere%s."), "<a target='_new' href='system_gateways.php'>", "</a>");?>
+ $('notebox').innerHTML="<p/><strong><?=gettext("NOTE:");?></strong> <?php printf(gettext("You can manage Gateways %shere%s."), "<a target='_new' href='system_gateways.php'>", "</a>");?>
}
function report_failure() {
alert("<?=gettext("Sorry, we could not create your gateway at this time."); ?>");
OpenPOWER on IntegriCloud