From: Christian Weiske Date: Sat, 23 Jul 2011 06:27:17 +0000 (+0200) Subject: Fix bug #3375635: XML parsing problem in top.inc.php (happened only when short_open_t... X-Git-Tag: v0.98.1~6 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=dc69d1ad13889022b90c24b6ccbff441f52403cd;p=semanticscuttle.git Fix bug #3375635: XML parsing problem in top.inc.php (happened only when short_open_tags were activated) --- diff --git a/data/templates/default/top.inc.php b/data/templates/default/top.inc.php index 0f67a17..17ec982 100644 --- a/data/templates/default/top.inc.php +++ b/data/templates/default/top.inc.php @@ -1,4 +1,4 @@ - +?xml version="1.0" encoding="utf-8"?> diff --git a/doc/ChangeLog b/doc/ChangeLog index d97c5ac..417f4c6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -3,6 +3,11 @@ ChangeLog for SemantiScuttle .. contents:: +0.98.1 - 2011-XX-XX +------------------- +- Fix bug #3375635: XML parsing problem in top.inc.php + + 0.98.0 - 2011-07-21 ------------------- - Switch to jQuery and drop dojo