Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

[Solved] applications > vanilla > views > categories > all.php

422422 Developer MVP
edited April 2013 in Vanilla 2.0 - 2.8

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.

Comments

  • 422422 Developer MVP
    edited April 2013

    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.

Sign In or Register to comment.