]> git.deb.at Git - pkg/blosxom.git/commitdiff
$encode_xml_entities does not belong to static rendering -> Add new section to config...
authorAxel Beckert <xtaran@users.sourceforge.net>
Sun, 8 Mar 2009 00:50:55 +0000 (00:50 +0000)
committerAxel Beckert <xtaran@users.sourceforge.net>
Sun, 8 Mar 2009 00:50:55 +0000 (00:50 +0000)
blosxom.cgi

index 9aaf833a5440a6f60bb34521e2bc6ba14896bb17..492acc880efdf20529757f6be8517716d507a269 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Blosxom
 # Author: Rael Dornfest (2002-2003), The Blosxom Development Team (2005-2008)
 
 # Blosxom
 # Author: Rael Dornfest (2002-2003), The Blosxom Development Team (2005-2008)
-# Version: 2.1.2 ($Id: blosxom.cgi,v 1.89 2009/03/08 00:47:54 xtaran Exp $)
+# Version: 2.1.2 ($Id: blosxom.cgi,v 1.90 2009/03/08 00:50:55 xtaran Exp $)
 # Home/Docs/Licensing: http://blosxom.sourceforge.net/
 # Development/Downloads: http://sourceforge.net/projects/blosxom
 
 # Home/Docs/Licensing: http://blosxom.sourceforge.net/
 # Development/Downloads: http://sourceforge.net/projects/blosxom
 
@@ -126,6 +126,8 @@ $static_password = "";
 # 0 = no, 1 = yes
 $static_entries = 0;
 
 # 0 = no, 1 = yes
 $static_entries = 0;
 
+# --- Advanced Encoding Options -----
+
 # Should I encode entities for xml content-types? (plugins can turn this off if they do it themselves)
 $encode_xml_entities = 1;
 
 # Should I encode entities for xml content-types? (plugins can turn this off if they do it themselves)
 $encode_xml_entities = 1;