summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-02 06:08:53 +0000
committerBill Marquette <billm@pfsense.org>2005-07-02 06:08:53 +0000
commitf0df1e492019975b2520935c95c71a90722f1fcd (patch)
treeadefa19e4fa09393c99e35d61921425a8392231c /usr/local/www/edit.php
parentbd19c08a62269a7581b26a8a4a25d97ea3ba017f (diff)
downloadpfsense-f0df1e492019975b2520935c95c71a90722f1fcd.zip
pfsense-f0df1e492019975b2520935c95c71a90722f1fcd.tar.gz
remove extra semi-colon
Diffstat (limited to 'usr/local/www/edit.php')
-rwxr-xr-xusr/local/www/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index 0edf12a..6a5f450 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -197,7 +197,7 @@ sf();
<?php if($_POST['highlight'] == "yes") {
echo "<script language=\"javascript\">\n";
echo "dp.SyntaxHighlighter.HighlightAll('code', true, true);\n";
- echo "</script>\n;";
+ echo "</script>\n";
}
?>
OpenPOWER on IntegriCloud