Fix bug #3375635: XML parsing problem in top.inc.php (happened only when short_open_tags were activated)
This commit is contained in:
parent
7cb53eb4e5
commit
dc69d1ad13
2 changed files with 6 additions and 1 deletions
|
@ -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">
|
<!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">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
|
@ -3,6 +3,11 @@ ChangeLog for SemantiScuttle
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
|
0.98.1 - 2011-XX-XX
|
||||||
|
-------------------
|
||||||
|
- Fix bug #3375635: XML parsing problem in top.inc.php
|
||||||
|
|
||||||
|
|
||||||
0.98.0 - 2011-07-21
|
0.98.0 - 2011-07-21
|
||||||
-------------------
|
-------------------
|
||||||
- Switch to jQuery and drop dojo
|
- Switch to jQuery and drop dojo
|
||||||
|
|
Loading…
Reference in a new issue