Passed
Branch 0.4.0 (434eea)
by Anton
04:47
created
www/engine/Framework/Classes/Tag/Tag.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
 
118 118
 			$block = clone (self::$block ?? (self::$block = Template::createBlock(
119 119
 
120
-				'<$name${ for:attributes } $name$="$value$"{ / for:attributes }>' .
120
+				'<$name${ for:attributes } $name$="$value$"{ / for:attributes }>'.
121 121
 
122 122
 				'{ block:contents / }$contents${ ! block:closing }</$name$>{ / block:closing }'
123 123
 			)));
Please login to merge, or discard this patch.