Fixed the HTML to have an alt attribute for the star.

svn
Loic d'Anterroches 2008-08-12 12:49:59 +02:00
parent 4175fe030b
commit 0ea5171f3e
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ function IDF_Views_Issue_SummaryAndLabels($field, $issue, $extra='')
$s = '';
if (!$issue->current_user->isAnonymous() and
Pluf_Model_InArray($issue->current_user, $issue->get_interested_list())) {
$s = '<img style="vertical-align: text-bottom;" src="'.Pluf_Template_Tag_MediaUrl::url('/idf/img/star.png').'" title="'.__('On your watch list.').'" /> ';
$s = '<img style="vertical-align: text-bottom;" src="'.Pluf_Template_Tag_MediaUrl::url('/idf/img/star.png').'" alt="'.__('On your watch list.').'" /> ';
}
$out = '';
if (count($tags)) {