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

[lintian] 02/04: r/t/maintainer.tmpl: Make the index a <nav>



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

nthykier pushed a commit to branch master
in repository lintian.

commit 2ecea9bf6948805580bca7085e12a51b849fb8b5
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Aug 2 18:05:47 2016 +0000

    r/t/maintainer.tmpl: Make the index a <nav>
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/templates/maintainer.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/reporting/templates/maintainer.tmpl b/reporting/templates/maintainer.tmpl
index e6ebd4c..f837479 100644
--- a/reporting/templates/maintainer.tmpl
+++ b/reporting/templates/maintainer.tmpl
@@ -24,7 +24,7 @@
     # range.
     my $num_packages = keys(%packages) + keys(%uploads);
     if ($num_packages) {
-        $OUT .= qq(  <div id="summary">\n    <ul>\n);
+        $OUT .= qq(  <nav id="summary">\n    <ul>\n);
         foreach my $source (sort(keys(%packages), keys(%uploads))) {
             # Only display a link for the package if either we're
             # displaying the full report, or the package has error
@@ -66,7 +66,7 @@
                 }
             }
         }
-        $OUT .= "    </ul>\n  </div>\n";
+        $OUT .= "    </ul>\n  </nav>\n";
     }
 }
   <div class="clear"></div>

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


Reply to: