|
[
Permalink
| « Hide
]
Dongsheng Cai added a comment - 26/Jun/08 04:59 PM
Fixed, feel free to reopen
In 1.8, I still get
XML Parsing Error: mismatched tag. Expected: </td>. And in 1.9, I get
XML Parsing Error: mismatched tag. Expected: </td>. Hi, Nicolas, the mismatched tags are caused by redirect function (see event.php 305 line), this function will output redirect JavaScript and HTML footer, IMO it is not necessary to fix this.
Do you have any idea to solve this problem?
hmm, redirect can not be used in random places - ideally it should be used before starting any html output, or you have to manually close all tables and divs before using it.
There are several random calls of redirect, I will manually close the tags.
Close tags manually before calling redirect, please review, thanks
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||