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

[lintian] 01/01: r/tmpl/index: Correct the HTML tags for a table



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

nthykier pushed a commit to branch reporting-rewrite-config-and-archive-handling
in repository lintian.

commit 47d4cf1556ba830cc0883918d5addb551dc3e89c
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Apr 28 14:14:09 2017 +0000

    r/tmpl/index: Correct the HTML tags for a table
---
 reporting/templates/index.tmpl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/reporting/templates/index.tmpl b/reporting/templates/index.tmpl
index dd5cf1d..79e785a 100644
--- a/reporting/templates/index.tmpl
+++ b/reporting/templates/index.tmpl
@@ -52,7 +52,7 @@
     <h2>Archives</h2>
     <p>The following archives are processed by Lintian:</p>
     <table>
-      <th><td>Archive name</td><td>Attribute</td><td>Attribute value</td></th>
+      <tr><th>Archive name</th><th>Attribute</th><th>Attribute value</th></tr>
 {
         for my $archive_info (@archives) {
           my $name = $archive_info->{'name'};
@@ -61,9 +61,9 @@
           my $components = join(' ', @{$archive_info->{'components'}});
           my $timestamp = $archive_info->{'timestamp'};
           $OUT .= qq{      <tr><td rowspan="4">${name}</td><td>Architectures</td></td>$archs</tr>\n};
-          $OUT .= qq{      <tr><td>Distributions/Suites</td></td>$distributions</tr>\n};
-          $OUT .= qq{      <tr><td>Components</td></td>$components</tr>\n};
-          $OUT .= qq{      <tr><td>Mirror timestamp</td></td>$timestamp</tr>\n};
+          $OUT .= qq{      <tr><td>Distributions/Suites</td><td>$distributions</td></tr>\n};
+          $OUT .= qq{      <tr><td>Components</td><td>$components</td><</tr>\n};
+          $OUT .= qq{      <tr><td>Mirror timestamp</td><td>$timestamp<</td></tr>\n};
         }
 }
     </table>

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


Reply to: