From 9dbc42be48ffc78ee555848c79a1d5b9fb8964a5 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 22 Feb 2017 11:11:05 +0100 Subject: [PATCH] output newline after logo images --- Template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Template.php b/Template.php index 374b57d..0e375cd 100644 --- a/Template.php +++ b/Template.php @@ -116,7 +116,7 @@ class Template { $attributes[$attr] = $media; // return the full tag - return '<' . $tag . ' ' . buildAttributes($attributes) . ' />'; + return '<' . $tag . ' ' . buildAttributes($attributes) . ' />' . "\n"; } /**