Fixed XHTML in Andreas06

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Blase16
Regular
Posts: 24
Joined: Thu Mar 02, 2006 4:55 pm

Fixed XHTML in Andreas06

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Fixed XHTML in Andreas06

Post by garvinhicking »

Hi!

For which file is that patch? :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Fixed XHTML in Andreas06

Post by yellowled »

garvinhicking wrote:For which file is that patch? :)
Looks like entries_archives.tpl to me.

YL
Blase16
Regular
Posts: 24
Joined: Thu Mar 02, 2006 4:55 pm

Post by Blase16 »

Post Reply