diff options
author | Niko Tyni <ntyni@debian.org> | 2016-09-04 22:49:03 +0300 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2016-09-04 20:47:38 +0000 |
commit | cdd8c84f4781a73697ff83de756a99d3c61b7bf0 (patch) | |
tree | f62761e8d46c778bc64d496f85c529ee6f0a1ce9 /mustache-templates | |
parent | b98d3cba8f7726de25317deb05832c583c6000c8 (diff) | |
download | jenkins.debian.net-cdd8c84f4781a73697ff83de756a99d3c61b7bf0.tar.xz |
reproducible debian: remove a stray quote character from package set pages
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Diffstat (limited to 'mustache-templates')
-rw-r--r-- | mustache-templates/reproducible/pkgset_details.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mustache-templates/reproducible/pkgset_details.mustache b/mustache-templates/reproducible/pkgset_details.mustache index d29576a2..01a8609f 100644 --- a/mustache-templates/reproducible/pkgset_details.mustache +++ b/mustache-templates/reproducible/pkgset_details.mustache @@ -4,7 +4,7 @@ <img src="{{png}}" class="overview" title="Package set {{pkgset_name}} in {{suite}}/{{arch}}. (To switch suite and arch, see top left.)" alt="package set {{pkgset_name}} in {{suite}}/{{arch}}"> - </a>" + </a> {{/png}} <br /> The package set <span class="highlight">{{pkgset_name}}</span> in |