diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-11-21 20:05:11 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-11-21 20:05:21 -0500 |
commit | 42d744e4babe713b32c1fc89d235071c0afe8cd4 (patch) | |
tree | d7ac610826b6129f76afb8557f433b224e6c0013 /config | |
parent | 9c263445b3f6ab09bfca57b9ce368924ca79c681 (diff) | |
download | pfsense-packages-42d744e4babe713b32c1fc89d235071c0afe8cd4.tar.gz pfsense-packages-42d744e4babe713b32c1fc89d235071c0afe8cd4.tar.bz2 pfsense-packages-42d744e4babe713b32c1fc89d235071c0afe8cd4.zip |
Wrap URL in CDATA
Diffstat (limited to 'config')
-rw-r--r-- | config/arping/arping.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/arping/arping.xml b/config/arping/arping.xml index 0878333b..5372a6ce 100644 --- a/config/arping/arping.xml +++ b/config/arping/arping.xml @@ -53,12 +53,12 @@ <name>Arping</name> <tooltiptext>Host to arp ping</tooltiptext> <section>Services</section> - <url>/pkg_edit.php?xml=arping.xml&id=0</url> + <url><![CDATA[/pkg_edit.php?xml=arping.xml&id=0]]></url> </menu> <tabs> <tab> <text>arping Settings</text> - <url>/pkg_edit.php?xml=arping.xml&id=0</url> + <url><![CDATA[/pkg_edit.php?xml=arping.xml&id=0]]></url> <active/> </tab> </tabs> |