summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-15 03:11:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-15 03:11:31 +0000
commit0831bc8616b85859751d9c30f35030dd35cb3a22 (patch)
treeaf153642965fe43cc7b659427482906eb24912c4 /usr/local/www/edit.php
parent27128470c5615f743510c55bf2c6a50ea32a91b5 (diff)
downloadpfsense-0831bc8616b85859751d9c30f35030dd35cb3a22.zip
pfsense-0831bc8616b85859751d9c30f35030dd35cb3a22.tar.gz
Fix bugs found by eclipse
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 e6c0265..8ba9e2c 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -136,7 +136,7 @@ function sf() { document.forms[0].savetopath.focus(); }
<?php if($_POST['highlight'] == "no"): ?>
Rows: <input size="3" name="rows" value="<? echo $rows; ?>">
Cols: <input size="3" name="cols" value="<? echo $cols; ?>">
- <?php endif ?>
+ <?php endif; ?>
|
Highlighting: <input name="highlight" type="radio" value="yes"
<?php if($highlight == "yes") echo " checked"; ?>>Enabled
OpenPOWER on IntegriCloud