summaryrefslogtreecommitdiffstats
path: root/templates/index.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-19 18:43:03 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-19 18:43:03 +0000
commitff6ed7098b6ba27d97eb80223f5e8338fad33741 (patch)
tree5be4e0ef394c4b5d06c78e9264392b6f4bf13cfc /templates/index.tpl
parentdb92ba9f114b6e932ec1fcb9813e87419bcedbf6 (diff)
some xhtml 1.0 cleanup
git-svn-id: file:///var/lib/svn/phpfspot/trunk@110 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates/index.tpl')
-rw-r--r--templates/index.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.tpl b/templates/index.tpl
index 13a5c14..e0b3b4b 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -10,13 +10,13 @@
<tr>
<td colspan="2" class="menu">
<a href="javascript:showPhotoIndex();" onclick="click(this);">
- <img src="resources/photo_index.png" />
+ <img src="resources/photo_index.png" alt="photo index" />
</a>
<a href="javascript:Tags('reset', 0);" onclick="click(this);">
- <img src="resources/reload.png" />
+ <img src="resources/reload.png" alt="reset tags" />
</a>
<a href="javascript:showCredits();" onclick="click(this);">
- <img src="resources/credits.png" />
+ <img src="resources/credits.png" alt="show credits" />
</a>
</td>
</tr>