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

[lintian] 01/01: r/t/tag.tmpl: Fix link to lintian.log



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

nthykier pushed a commit to branch master
in repository lintian.

commit 6301086e81bd87dc93e317a9cc056368f169ffcb
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Feb 3 09:30:54 2018 +0000

    r/t/tag.tmpl: Fix link to lintian.log
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/templates/tag.tmpl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/reporting/templates/tag.tmpl b/reporting/templates/tag.tmpl
index 4fb3dd9..d1dcb92 100644
--- a/reporting/templates/tag.tmpl
+++ b/reporting/templates/tag.tmpl
@@ -11,12 +11,13 @@
   </p>
 );
   } else {
+  my $log_link = resource_path('lintian.log.gz');
   $OUT .= qq(
     <p>
       A subset of the reports of ${tag} for the archive.  Unfortunately the full
       list is too long, so only ${shown_count} instances are listed on this page.
       At most ${tag_limit_per_package} tags are shown per package.
-      <a href="{resource_path('lintian.log.gz')}">If you need the full list of tags,
+      <a href="${log_link}">If you need the full list of tags,
        please download the lintian.log.gz file and extract the data you need.</a>
     </p>
     <p>

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


Reply to: