TinyPortal

Development => Feedback => Bugs/Errors => Topic started by: Dark-Wolf on January 21, 2009, 07:50:20 PM

Title: [bugtracker] TPdlmanager.template.php Issue
Post 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 :)
Title: Re: [bugtracker] TPdlmanager.template.php Issue
Post by: G6Cad on January 21, 2009, 08:12:41 PM
What version of TP ?

[edit]  never mind, saw the box now
Title: Re: [bugtracker] TPdlmanager.template.php Issue
Post by: bloc on January 28, 2009, 07:49:49 PM
- rewritten the html for TP DL manager, fixing XHTML errors etc. for TP 1.0 beta3
Title: Re: [bugtracker] TPdlmanager.template.php Issue
Post by: Dark-Wolf on January 28, 2009, 08:06:39 PM
Thanks ;)