| Re: Comments template error |
| by kris_fr on 2007/11/10 17:42:08 hi, thank's corrected in 2.0.18 version @++ |
| Comments template error |
| by Peekay on 2007/11/10 17:25:26 Xoops 2.0.16 (may already be fixed in later versions) Incorrectly terminated table header tag. modules/system/templates/system_comments_flat.html line 3 change le="color: #000000"><?php <th width="20%"><{$lang_poster}></td> <th><{$lang_thread}></td> to: le="color: #000000"><?php <th width="20%"><{$lang_poster}></th> <th><{$lang_thread}></th> Reported also on the SourceForge tracker. |