[Reproducible-commits] [debbindiff] 04/08: Properly close <span/> in HTML output
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Mar 20 11:31:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository debbindiff.
commit 8c6c5a251b6c9dbfddc1d919c374a92b9155c6a0
Author: Jérémy Bobbio <lunar at debian.org>
Date: Fri Mar 20 11:53:38 2015 +0100
Properly close <span/> in HTML output
---
debbindiff/presenters/html.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debbindiff/presenters/html.py b/debbindiff/presenters/html.py
index 4917196..b2580ed 100644
--- a/debbindiff/presenters/html.py
+++ b/debbindiff/presenters/html.py
@@ -221,7 +221,7 @@ def output_difference(difference, print_func):
print_func("<div class='difference'>")
try:
if difference.source1 == difference.source2:
- print_func("<div><span class='source'>%s</div>"
+ print_func("<div><span class='source'>%s<span></div>"
% escape(difference.source1))
else:
print_func("<div><span class='source'>%s</span> vs.</div>"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git
More information about the Reproducible-commits
mailing list