[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/09: Update alt text for lintian graphs



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 83434ec351b8509b22a2409aabf4e027e7e84176
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jul 6 14:24:41 2016 +0000

    Update alt text for lintian graphs
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/templates/index.tmpl | 3 +--
 reporting/templates/tag.tmpl   | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/reporting/templates/index.tmpl b/reporting/templates/index.tmpl
index 4d9b7e3..2bf15d0 100644
--- a/reporting/templates/index.tmpl
+++ b/reporting/templates/index.tmpl
@@ -101,10 +101,9 @@
         $OUT .= qq(    Evolution of Lintian tags over the past\n);
         $OUT .= qq(    $graphs_days days:</p>\n);
         $OUT .= qq(  <div class="graph"><a href="${graph_link}"><img class="graph"\n);
-        $OUT .= qq(    src="${graph_link}" alt="History of Lintian\n);
+        $OUT .= qq(    src="${graph_link}" alt="The beforementioned graph of Lintian\n);
         $OUT .= qq(    tags" /></a></div>\n);
     }
-    '';
 }
 
   </div> <!-- stats -->
diff --git a/reporting/templates/tag.tmpl b/reporting/templates/tag.tmpl
index 06d83e9..9725d02 100644
--- a/reporting/templates/tag.tmpl
+++ b/reporting/templates/tag.tmpl
@@ -19,7 +19,7 @@
         $OUT .= qq(    Evolution of the ${q_tag} Lintian tag over the past\n);
         $OUT .= qq(    $graphs_days days:</p>\n);
         $OUT .= qq(  <div class="graph"><a href="${graph_link}"><img class="graph"\n);
-        $OUT .= qq(    src="${graph_link}" alt="History of ${q_tag}"\n);
+        $OUT .= qq(    src="${graph_link}" alt="The beforementioned graph for the ${q_tag} tag"\n);
         $OUT .= qq(    /></a></div>\n);
     }
     $OUT .= qq(<p>Emitted (non-overridden): $statistics{count}, );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: