diff options
author | jim-p <jim@pingle.org> | 2010-02-15 17:59:18 -0500 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2010-02-15 17:59:46 -0500 |
commit | a6efee267f54eabe0ba51cfc0dab43e92a141e61 (patch) | |
tree | 0dc1cde2e7ab980009884d1a07767d1db2ba4564 /usr/local/www | |
parent | d31e9455e0592483a22f909f3f51aa1aaa6b34d6 (diff) | |
download | pfsense-a6efee267f54eabe0ba51cfc0dab43e92a141e61.zip pfsense-a6efee267f54eabe0ba51cfc0dab43e92a141e61.tar.gz |
Fix typo
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 77cfaaa..3e2cf8d 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -553,7 +553,7 @@ echo $jscriptstr; $inputdisplay = "hide"; $showWidget = "inline"; $mindiv = "none"; - berak; + break; case "close": $divdisplay = "none"; $display = "block"; |