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

[lintian] 01/01: r/tmpl/index: Correct syntax error in HTML



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 7d182db9124bb31bac2cc9bd9051bfb2e8f20846
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Apr 28 14:22:57 2017 +0000

    r/tmpl/index: Correct syntax error in HTML
---
 reporting/templates/index.tmpl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/reporting/templates/index.tmpl b/reporting/templates/index.tmpl
index 79e785a..caec83c 100644
--- a/reporting/templates/index.tmpl
+++ b/reporting/templates/index.tmpl
@@ -60,10 +60,10 @@
           my $distributions = join(' ', @{$archive_info->{'distributions'}});
           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 rowspan="4">${name}</td><td>Architectures</td></td>$archs</td></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};
+          $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: