TinyPortal
Development => Feedback => Bugs/Errors => Topic started by: Bikken on October 15, 2008, 02:17:45 AM
Found out that there's a missing </table> in TPortalAdmin.template file at the end of template_main() function (around line 2445):
echo '
</table>
</form>';
}
Should be:
echo '
</table>
</form>';
echo'
</table>';
}
See topic: http://www.tinyportal.net/index.php/topic,26547.0.html
Sorry, just tried to edit the topic title but somehow posted it twice now. ::)
No problem. Deleted the other topic and closed the duplicate bug. Thanks for helping out.
Fixed for beta3.
There was a table tag missing on the overall table - which is now removed as it wasn't needed.