[geeklog-cvs] Geeklog-1.x/plugins/links/templates categoryactivecol.thtml, 1.2, 1.3 categorycol.thtml, 1.5, 1.6

Dirk Haun dhaun at qs1489.pair.com
Sun Dec 30 08:38:16 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/links/templates
In directory qs1489.pair.com:/tmp/cvs-serv87869/plugins/links/templates

Modified Files:
	categoryactivecol.thtml categorycol.thtml 
Log Message:
Fixes for HTML Strict validation, provided by Eric Warren


Index: categoryactivecol.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/categoryactivecol.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** categoryactivecol.thtml	28 Aug 2007 07:33:31 -0000	1.2
--- categoryactivecol.thtml	30 Dec 2007 13:38:14 -0000	1.3
***************
*** 1 ****
! <td width="{width}%"><strong>{category_name} {category_count}</strong></td>
--- 1 ----
! <td style="width:{width}%"><strong>{category_name} {category_count}</strong></td>

Index: categorycol.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/categorycol.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** categorycol.thtml	25 Nov 2007 06:56:34 -0000	1.5
--- categorycol.thtml	30 Dec 2007 13:38:14 -0000	1.6
***************
*** 1,2 ****
! <td width="{width}%"><a href="{category_link}">{category_name}</a> {category_count}<br{xhtml}>
  {category_description}</td>
--- 1,2 ----
! <td style="width:{width}%"><a href="{category_link}">{category_name}</a> {category_count}<br{xhtml}>
  {category_description}</td>




More information about the geeklog-cvs mailing list