[Solved] applications > vanilla > views > categories > all.php
422
MVP
Just trying to fix validation issue.
< span class="RSS">'.Anchor(Img('applications/dashboard/design/images/rss.gif'), '/categories/'.$Category->UrlCode.'/feed.rss').'</ span>
want to add alt="" to the above code, to validate.
There was an error rendering this rich post.
0
Comments
No worries fixed:
< span class="RSS">'.Anchor(Img('applications/dashboard/design/images/rss.gif', array("alt" => "rss")), '/categories/'.$Category->UrlCode.'/feed.rss').'</ span>There was an error rendering this rich post.