[gtk-doc] db2html: trim whitespace for the doxtype



commit 23832909267359b06f888e3d2f225ac145bbd627
Author: Stefan Sauer <ensonic users sf net>
Date:   Thu Jan 11 19:34:38 2018 +0100

    db2html: trim whitespace for the doxtype

 tools/templates/common.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/templates/common.html b/tools/templates/common.html
index ddb4d7e..f189711 100644
--- a/tools/templates/common.html
+++ b/tools/templates/common.html
@@ -1,6 +1,6 @@
-{% macro doctype() %}
+{% macro doctype() -%}
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-{% endmacro %}
+{%- endmacro %}
 
 {% macro head_links(home, up, prev, next) %}
 <link rel="home" href="{{ home.filename }}" title="{{ home.title }}">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]