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

[lintian] 01/03: r/t/maintainers.tmpl: Add anchor for "Other" listing



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

nthykier pushed a commit to branch master
in repository lintian.

commit 94eb258cc62a9eb7d4a380df0a56999153a30f5f
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Aug 14 11:10:26 2016 +0000

    r/t/maintainers.tmpl: Add anchor for "Other" listing
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/templates/maintainers.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reporting/templates/maintainers.tmpl b/reporting/templates/maintainers.tmpl
index dafda77..58a9626 100644
--- a/reporting/templates/maintainers.tmpl
+++ b/reporting/templates/maintainers.tmpl
@@ -44,7 +44,7 @@
         if ($first ne $letter) {
             $letter = $first;
             if ($letter eq 'Other') {
-                $OUT .= qq(  </p>\n\n  <h2>Other</h2>\n\n  <p>\n);
+                $OUT .= qq(  </p>\n\n  <h2 id="Other">Other</h2>\n\n  <p>\n);
             } else {
                 $OUT .= qq(  </p>\n\n  <h2 id="$letter"><a id="$letter">)
                     . $letter . "</a></h2>\n\n  <p>\n";

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


Reply to: