diff options
author | doktornotor <notordoktor@gmail.com> | 2015-09-10 20:56:19 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-09-10 20:56:19 +0200 |
commit | 2587e3661c973b0aac3b089806e0d1ed1e253c1f (patch) | |
tree | 411f46cf1ffcc2b5af6525319e9c900f174aadb0 | |
parent | 9e174852d977a758365c370223b3f84f5c5c39fc (diff) | |
download | pfsense-packages-2587e3661c973b0aac3b089806e0d1ed1e253c1f.tar.gz pfsense-packages-2587e3661c973b0aac3b089806e0d1ed1e253c1f.tar.bz2 pfsense-packages-2587e3661c973b0aac3b089806e0d1ed1e253c1f.zip |
havp - fix XML tabs tags
-rw-r--r-- | config/havp/havp_avset.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/havp/havp_avset.xml b/config/havp/havp_avset.xml index c6429724..0f8ac5e6 100644 --- a/config/havp/havp_avset.xml +++ b/config/havp/havp_avset.xml @@ -69,13 +69,12 @@ <tab> <text>HAVP Log</text> <url>/havp_log.php?logtab=havp</url> - </tab> - </tabs> + </tab> <tab> <text>Clamd Log</text> <url>/havp_log.php?logtab=clamd</url> - </tab> - </tabs> + </tab> + </tabs> <fields> <field> <fielddescr>ClamAV Database Update</fielddescr> |