Page 1 of 1

Fixed XHTML in Andreas06

Posted: Wed Mar 05, 2008 9:40 pm
by Blase16
I fixed some XHTML-Errors in the file entries_archives.tpl. Now it's XHTML1.0 Valid. Here is the diff:

Code: Select all

4c4
< <table cellspacing="4" cellpadding="4" border="0">
---
> <table id="archives_listing" cellspacing="4" cellpadding="4" border="0">
10,20c10
<         {strip}
<         <td class="archives_graph" width="100">
<         <img src="{serendipity_getFile
<         file="img/graph_bar_horisontal.png"}" height="10" width=
<         "{math width=100 equation="count * width / max"
<         count=$month.entry_count max=$max_entries format="%d"}" style=
<         "border: 1px solid #000000" alt="graph with length of {math
<         width=100 equation="count * width / max" count=$month.entry_count
<         max=$max_entries format="%d"}" />
<         </td>
<         {/strip}
---
>         <td class="archives_graph" width="100"><img src="{serendipity_getFile file="img/graph_bar_horisontal.png"}" height="10" width="{math width=100 equation="count * width / max" count=$month.entry_count max=$max_entries format="%d"}" style="border: 1px solid #000000"></td>
Would be nice if somebody will add the fix to the CVS

Re: Fixed XHTML in Andreas06

Posted: Thu Mar 06, 2008 11:05 am
by garvinhicking
Hi!

For which file is that patch? :)

Regards,
Garvin

Re: Fixed XHTML in Andreas06

Posted: Thu Mar 06, 2008 12:23 pm
by yellowled
garvinhicking wrote:For which file is that patch? :)
Looks like entries_archives.tpl to me.

YL

Posted: Fri Mar 07, 2008 3:58 pm
by Blase16