summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-09-10 22:50:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-09-10 22:50:34 +0000
commit586293d1620a159c54db41e15a49cd21d56c00a8 (patch)
tree913032540ce0950a16bb565881a26627a96396f8
parent5157927fc5e3cbfbffeea8c58cd432720a722915 (diff)
downloadpfsense-586293d1620a159c54db41e15a49cd21d56c00a8.zip
pfsense-586293d1620a159c54db41e15a49cd21d56c00a8.tar.gz
Remove (not parsed) from description. It IS parsed and checked for XSS
problems now that we can assign owners of interfaces.
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 01e4ff7..85e6363 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -1114,7 +1114,7 @@ on another rule.")?>
<td width="78%" class="vtable">
<input name="descr" type="text" class="formfld unknown" id="descr" size="52" maxlength="52" value="<?=htmlspecialchars($pconfig['descr']);?>">
<br />
- <span class="vexpl">You may enter a description here for your reference (not parsed).</span>
+ <span class="vexpl">You may enter a description here for your reference.</span>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud