diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-07-09 14:59:00 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-07-09 14:59:38 +0000 |
commit | 462c67195335cfd2827f23aad696eac71d9a709b (patch) | |
tree | 5883f08de1fe3c69d40cfd4d97b3d4afb65eea8d /config/squid | |
parent | ff6d3ae1d52c13b77ab2d73e79e6e2046e3c534d (diff) | |
download | pfsense-packages-462c67195335cfd2827f23aad696eac71d9a709b.tar.gz pfsense-packages-462c67195335cfd2827f23aad696eac71d9a709b.tar.bz2 pfsense-packages-462c67195335cfd2827f23aad696eac71d9a709b.zip |
Fix whitespace that confuses the xml parser.
Diffstat (limited to 'config/squid')
-rw-r--r-- | config/squid/squid_cache.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid/squid_cache.xml b/config/squid/squid_cache.xml index 9c96e67d..a5efb83e 100644 --- a/config/squid/squid_cache.xml +++ b/config/squid/squid_cache.xml @@ -189,8 +189,8 @@ <description>As swap utilisation gets close to the high-water-mark object eviction becomes more aggressive.</description> <type>input</type> <default_value>95</default_value> - </field> - <field> + </field> + <field> <fielddescr>Do not cache</fielddescr> <fieldname>donotcache</fieldname> <description>Enter each domain or IP address on a new line that should never be cached.</description> |