summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-05-07 13:27:43 +0000
committerErmal <eri@pfsense.org>2010-05-07 13:27:43 +0000
commite08e4ebc69b13c239f8aec4ece66005ea184d931 (patch)
treecffe3a9393be87e8e9183694243633ce9b72cc34 /etc/inc/xmlparse.inc
parent906f11b572b75f62b5f5e2aedde2dd5909b435f8 (diff)
downloadpfsense-e08e4ebc69b13c239f8aec4ece66005ea184d931.zip
pfsense-e08e4ebc69b13c239f8aec4ece66005ea184d931.tar.gz
Make list the same. Remove whitespace at the end so it does not get interpreted as special tag.
Diffstat (limited to 'etc/inc/xmlparse.inc')
-rw-r--r--etc/inc/xmlparse.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index 3dac5a7..22cb5d6 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -47,7 +47,7 @@ function listtags() {
"option ppp package passthrumac phase1 phase2 priv proxyarpnet qinqentry queue ".
"pages pipe roll route row rrddatafile rule schedule service servernat servers ".
"serversdisabled earlyshellcmd shellcmd staticmap subqueue timerange ".
- "tunnel user vip virtual_server vlan winsserver wolentry widget "
+ "tunnel user vip virtual_server vlan winsserver wolentry widget"
);
return $ret;
}
OpenPOWER on IntegriCloud