TinyPortal
Development => Feedback => Bugs/Errors => Topic started by: Dark-Wolf on January 21, 2009, 07:50:20 PM
I've found more validation (w3c) error in TPdlmanager.template.php.
Eg: <span class="smalltext">('.$item['downloads'].' '.$txt['tp-downloads'].' |
'.$item['views'].' '.$txt['tp-views'] , isset($item['filesize']) ? ' | '.$item['filesize'] : '' , ')</span
</li>';(uncorrect closed </span ) :)
I've correct some of this but many other still remain:
http://validator.w3.org/check?uri=http%3A%2F%2Fdarkwolf.altervista.org... (http://validator.w3.org/check?uri=http%3A%2F%2Fdarkwolf.altervista.org%2Fforum%2Ftpmod%2F%3Fdl)
-
Kind regards, DarkWolf :)
What version of TP ?
[edit] never mind, saw the box now
- rewritten the html for TP DL manager, fixing XHTML errors etc. for TP 1.0 beta3
Thanks ;)