aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/sidebar.tpl
diff options
context:
space:
mode:
authorGreg Westin <westin@users.sourceforge.net>2004-02-05 07:06:11 +0000
committerGreg Westin <westin@users.sourceforge.net>2004-02-05 07:06:11 +0000
commitad86114448a49bbf132b36b4a1cfbab9628f328c (patch)
tree9f7a39832be4f537c8d532181da9d5805ab71159 /templates/default/sidebar.tpl
parent30027f73164beba826a969f7dc9e9ebd2cd15b8e (diff)
downloadphpicalendar-ad86114448a49bbf132b36b4a1cfbab9628f328c.tar.gz
phpicalendar-ad86114448a49bbf132b36b4a1cfbab9628f328c.tar.bz2
phpicalendar-ad86114448a49bbf132b36b4a1cfbab9628f328c.zip
Cleaned up code, checking with the W3C HTML validator.
Diffstat (limited to 'templates/default/sidebar.tpl')
-rw-r--r--templates/default/sidebar.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/default/sidebar.tpl b/templates/default/sidebar.tpl
index 897a095..48a4062 100644
--- a/templates/default/sidebar.tpl
+++ b/templates/default/sidebar.tpl
@@ -112,21 +112,21 @@
<!-- switch show_completed on -->
<tr>
<td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle"></td>
- <td><img src="images/spacer.gif" width="2" height="1" border"0" /></td>
+ <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td>
<td><s><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></s></td>
</tr>
<!-- switch show_completed off -->
<!-- switch show_important on -->
<tr>
<td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle"></td>
- <td><img src="images/spacer.gif" width="2" height="1" border"0" /></td>
+ <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td>
<td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td>
</tr>
<!-- switch show_important off -->
<!-- switch show_normal on -->
<tr>
<td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle"></td>
- <td><img src="images/spacer.gif" width="2" height="1" border"0" /></td>
+ <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td>
<td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td>
</tr>
<!-- switch show_normal on -->
@@ -174,4 +174,4 @@
<td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
<td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
</tr>
-</table> \ No newline at end of file
+</table>

© 2014-2024 Faster IT GmbH | imprint | privacy policy