1.6.1 produces invalid xhtml.
eg
Code:
<div class="smallfont">
<!-- Sorky03 - vvvvv -->
<span id="Sorky03_ShowOrHide_span_xxxx"><strong>Discussion Forums</strong>:
<table width="100%" align="center" cellpadding="1" cellspacing="0"><tr><td><table width="100%" bgcolor="#fff" cellpadding="2" cellspacing="0">
a table cannot be contained within a span. the span needs to be closed.
looks like
Code:
// Finish the ShowOrHide span
// --------------------------
$Sorky03_SubForumShowOrHideFinish_HTML .= "\r\n</span>";
is not working properly.