Author: johnnyoffline
Date: 2010-03-30 18:15:19 +0200 (Tue, 30 Mar 2010)
New Revision: 28883
Modified:
plugins/pkContextCMSPlugin/trunk/modules/pkContextCMS/templates/_historyBrowser.php
Log:
missing ALT tags affected page validation
Modified:
plugins/pkContextCMSPlugin/trunk/modules/pkContextCMS/templates/_historyBrowser.php
===================================================================
---
plugins/pkContextCMSPlugin/trunk/modules/pkContextCMS/templates/_historyBrowser.php
2010-03-30 15:21:56 UTC (rev 28882)
+++
plugins/pkContextCMSPlugin/trunk/modules/pkContextCMS/templates/_historyBrowser.php
2010-03-30 16:15:19 UTC (rev 28883)
@@ -18,7 +18,7 @@
<?php if (1): ?>
<tr>
<td colspan="4">
- <a href="#"
class="pk-history-browser-view-more">View More Revisions <img
src="/pkToolkitPlugin/images/pk-icon-loader-ani.gif" class="spinner" /></a>
+ <a href="#"
class="pk-history-browser-view-more">View More Revisions <img
src="/pkToolkitPlugin/images/pk-icon-loader-ani.gif" class="spinner" alt=""
/></a>
</td>
</tr>
<?php endif ?>
@@ -28,7 +28,7 @@
<?php if (0): ?>
<td class="id"></td>
<?php endif ?>
- <td class="date"><img
src="/pkToolkitPlugin/images/pk-icon-loader-ani.gif"></td>
+ <td class="date"><img
src="/pkToolkitPlugin/images/pk-icon-loader-ani.gif" alt="" /></td>
<td class="editor"></td>
<td class="preview"></td>
</tr>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.