[dw-free] Image link to delete notification subscriptions needs alt text
[commit: http://hg.dwscoalition.org/dw-free/rev/a65687fd9fed]
http://bugs.dwscoalition.org/show_bug.cgi?id=1621
Add alt text to the trash can icon.
Patch by
gchick.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1621
Add alt text to the trash can icon.
Patch by
Files modified:
- cgi-bin/weblib.pl
--------------------------------------------------------------------------------
diff -r 216ed3140539 -r a65687fd9fed cgi-bin/weblib.pl
--- a/cgi-bin/weblib.pl Mon Sep 07 11:33:44 2009 +0000
+++ b/cgi-bin/weblib.pl Mon Sep 07 11:36:43 2009 +0000
@@ -3250,7 +3250,7 @@ sub subscribe_interface {
my $subid = $pending_sub->id;
my $deletesub_url = $settings_page ? "$LJ::SITEROOT/manage/settings/?cat=notifications&deletesub_$subid=1" : "?deletesub_$subid=1";
$cat_html .= qq {
- <a href='$deletesub_url'><img src="$LJ::IMGPREFIX/portal/btn_del.gif" /></a>
+ <a href='$deletesub_url'><img src="$LJ::IMGPREFIX/portal/btn_del.gif" alt="Delete"/></a>
};
}
my $always_checked = eval { "$evt_class"->always_checked; };
--------------------------------------------------------------------------------
