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"; } /**