Indefero

Indefero Commit Details


Date:2008-08-12 05:49:59 (16 years 4 months ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3, svn
Commit:0ea5171f3eee0f0c584b9aef62e4137a2c1a938e
Parents: 4175fe030b955a358d889da2986bc1181b642f4a
Message:Fixed the HTML to have an alt attribute for the star.

Changes:

File differences

src/IDF/Views/Issue.php
467467
468468
469469
470
470
471471
472472
473473
$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)) {

Archive Download the corresponding diff file

Page rendered in 0.07277s using 13 queries.