output newline after logo images
This commit is contained in:
parent
3a6eaa0b7a
commit
9dbc42be48
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class Template {
|
||||||
$attributes[$attr] = $media;
|
$attributes[$attr] = $media;
|
||||||
|
|
||||||
// return the full tag
|
// return the full tag
|
||||||
return '<' . $tag . ' ' . buildAttributes($attributes) . ' />';
|
return '<' . $tag . ' ' . buildAttributes($attributes) . ' />' . "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue