output newline after logo images

This commit is contained in:
Andreas Gohr 2017-02-22 11:11:05 +01:00
commit 9dbc42be48

View file

@ -116,7 +116,7 @@ class Template {
$attributes[$attr] = $media;
// return the full tag
return '<' . $tag . ' ' . buildAttributes($attributes) . ' />';
return '<' . $tag . ' ' . buildAttributes($attributes) . ' />' . "\n";
}
/**