[elbe-devel] [PATCH 3/3] dump: use h1 type for archive validation title

John Ogness john.ogness at linutronix.de
Fri Apr 27 01:43:07 CEST 2018


Archive validation is not a sub-task of package validation so use
h1 for the title.

Signed-off-by: John Ogness <john.ogness at linutronix.de>
---
 elbepack/dump.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elbepack/dump.py b/elbepack/dump.py
index e7a47e4f..ce9eb11e 100644
--- a/elbepack/dump.py
+++ b/elbepack/dump.py
@@ -294,7 +294,7 @@ def elbe_report(xml, buildenv, cache, reportname, errorname, targetfs):
 
     elog = ASCIIDocLog(errorname, True)
 
-    elog.h2("Archive validation")
+    elog.h1("Archive validation")
 
     errors = 0
 
-- 
2.11.0




More information about the elbe-devel mailing list