[pmwiki-users] bug in (:markup:)

Hans design at softflow.co.uk
Fri Nov 11 03:01:31 CST 2005


This may be already known, but just came to my attention:

using markup like this:

>>faq<<
(:markup:) [=test=]
>><<

breaks the layout when using the fixflow skin in IE.

the reason for this I found is bad html, with  a closing </div> tag
inserted before the end of the table which (:markup:) generates:

<div class='faq'  >
<table class='markup' align='center'><tr><td class='markup1'><p>test</p></td></tr>
<tr><td class='markup2'><p>test</p></div></td></tr></table>
</div>


-- 
Best regards,
 Hans                          






More information about the pmwiki-users mailing list