XHTML compliance

- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
This commit is contained in:
gustav_delius
2004-09-16 17:13:57 +00:00
parent e5c6a35c22
commit 839f2456bb
801 changed files with 3997 additions and 4208 deletions
+5 -5
View File
@@ -8,10 +8,10 @@
/**
* Smarty {cycle} function plugin
*
* Type: function<br>
* Name: cycle<br>
* Date: May 3, 2002<br>
* Purpose: cycle through given values<br>
* Type: function<br />
* Name: cycle<br />
* Date: May 3, 2002<br />
* Purpose: cycle through given values<br />
* Input:
* - name = name of cycle (optional)
* - values = comma separated list of values to cycle,
@@ -24,7 +24,7 @@
* - assign = boolean, assigns to template var instead of
* printed.
*
* Examples:<br>
* Examples:<br />
* <pre>
* {cycle values="#eeeeee,#d0d0d0d"}
* {cycle name=row values="one,two,three" reset=true}