[Reproducible-commits] [diffoscope] 01/02: Remove empty line at the beginning of HTML reports

Jérémy Bobbio lunar at moszumanska.debian.org
Sun Aug 9 06:28:03 UTC 2015


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

lunar pushed a commit to branch master
in repository diffoscope.

commit ca5e67c4cdc3917d6f6881d7dacceef6d2d6b897
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Tue Aug 4 09:01:27 2015 +0000

    Remove empty line at the beginning of HTML reports
---
 diffoscope/presenters/html.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/diffoscope/presenters/html.py b/diffoscope/presenters/html.py
index 47740ee..cc4d951 100644
--- a/diffoscope/presenters/html.py
+++ b/diffoscope/presenters/html.py
@@ -55,8 +55,7 @@ WORDBREAK = " \t;.,/):-"
 DIFFON = "\x01"
 DIFFOFF = "\x02"
 
-HEADER = """
-<!DOCTYPE html>
+HEADER = """<!DOCTYPE html>
 <html>
 <head>
   <meta charset="utf-8">

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



More information about the Reproducible-commits mailing list