]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Fix bug #3375635: XML parsing problem in top.inc.php (happened only when short_open_t...
authorChristian Weiske <cweiske@cweiske.de>
Sat, 23 Jul 2011 06:27:17 +0000 (08:27 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 23 Jul 2011 06:27:17 +0000 (08:27 +0200)
data/templates/default/top.inc.php
doc/ChangeLog

index 0f67a172eca897ddcbc9730a583fa5538db5058b..17ec982983a98e56e974a27180bf726572637d54 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?php echo '<'; ?>?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
index d97c5ac9a2abc126f3ce752b5d890478f92bb67f..417f4c69adc3910ffd5c0d1642313b1a67487886 100644 (file)
@@ -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