Issue 839: move attribution from some icons' alt into title.
authorAleksej <deletesoftware@gmail.com>
Mon, 5 May 2014 14:05:34 +0000 (18:05 +0400)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 13 Jun 2014 15:37:47 +0000 (10:37 -0500)
mediagoblin/templates/mediagoblin/moderation/report.html
mediagoblin/templates/mediagoblin/moderation/report_panel.html

index 5bff0ffa9617937d0109e09fbffd2cbe638b0ba5..6367f4098b289126651165542550c217dc97ffdd 100644 (file)
     <div class="report_author">
         <img src="{{ request.staticdirect(
                   '/images/icon_clipboard_alert.png') }}"
-             alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
+             alt=""
+             title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
                   Distributed by the GNOME project http://www.gnome.org" />
         <a href="{{ request.urlgen('mediagoblin.moderation.users_detail',
                         user=report.reporter.username) }}"
   </script>
   {% elif report.is_archived_report() %}
     <h2><img src="{{ request.staticdirect('/images/icon_clipboard.png') }}"
-             alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
+             alt=""
+             title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
                   Distributed by the GNOME project http://www.gnome.org" />
           {% trans %}Status{% endtrans %}:
     </h2>
index 95b6be80f7b08739464228f22def5e450efde4e4..39ca90f560b441348665a1dc86f7cff25ab2ee18 100644 (file)
@@ -86,7 +86,8 @@ curr_page !=p %}
             <img
               src="{{ request.staticdirect(
                 '/images/icon_clipboard_alert.png') }}"
-              alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
+              alt=""
+              title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
                    Distributed by the GNOME project http://www.gnome.org" />
             <a href="{{ request.urlgen(
                     'mediagoblin.moderation.reports_detail',
@@ -101,7 +102,8 @@ curr_page !=p %}
             <img
               src="{{ request.staticdirect(
                 '/images/icon_clipboard_alert.png') }}"
-              alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
+              alt=""
+              title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
                    Distributed by the GNOME project http://www.gnome.org" />
             <a href="{{ request.urlgen(
                     'mediagoblin.moderation.reports_detail',
@@ -178,7 +180,8 @@ curr_page !=p %}
         <td>
           <img
             src="{{ request.staticdirect('/images/icon_clipboard.png') }}"
-            alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
+            alt=""
+            title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
                  Distributed by the GNOME project http://www.gnome.org" />
           <a href="{{ request.urlgen('mediagoblin.moderation.reports_detail',
                           report_id=report.id) }}">