Who is responsible for Mono Wiki's infraestructure?

The wiki pages are generating bad XHTML and so are unreadable with Internet Explorer.
Mozilla is more lenient with it and shows the page but it shouldn't.


Phpwiki is generating such XHTML code:

<div class="error"><p>lib/Request.php:136: Warning[2]: ob_start(): output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter'</p>
</div>
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
...


As the <div> is appearing before the DOCTYPE this is bad xml and IE refuses it.

This warning previously was appearing at the end of the page, and so it wasn't breaking the page.

If it is some configuration issue, it may be easy to get rid of that warning, what is the best solution.

Anyway, phpwiki should never issue tags before the xhtml prolog. Later I'll post a bug report to the project.

Happy hackings,


Rafael Teixeira Brazilian Polymath Mono, MonoQLE Hacker

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to