Fixed XHTML in Andreas06
Posted: Wed Mar 05, 2008 9:40 pm
I fixed some XHTML-Errors in the file entries_archives.tpl. Now it's XHTML1.0 Valid. Here is the diff:
Would be nice if somebody will add the fix to the CVS
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>