[Piuparts-devel] [Git][debian/piuparts][develop] correctly escape % sign
Holger Levsen
gitlab at salsa.debian.org
Tue Oct 16 10:20:14 BST 2018
Holger Levsen pushed to branch develop at Debian / piuparts
Commits:
ed36be39 by Holger Levsen at 2018-10-16T09:20:05Z
correctly escape % sign
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- piuparts-report.py
Changes:
=====================================
piuparts-report.py
=====================================
@@ -1313,7 +1313,7 @@ class Section:
+ "<td class=\"contentcell2\" colspan=\"3\">" \
+ "<a href=\"%s\">" \
% "states.png" \
- + "<img src=\"%s\" width=\"100%\" alt=\"Binary package states in %s\">" \
+ + "<img src=\"%s\" width=\"100%%\" alt=\"Binary package states in %s\">" \
% ("states.png", self._config.section) \
+ "</a>" \
+ "<br>(<a href=\"counts.txt\">Source</a>)\n" \
View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/ed36be39638068ba77f97b17ba2701b3bc7f4f68
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/ed36be39638068ba77f97b17ba2701b3bc7f4f68
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/piuparts-devel/attachments/20181016/c1736e77/attachment-0001.html>
More information about the Piuparts-devel
mailing list