Completed
Push — develop ( 3ff49e...c5a37f )
by Daniel
06:31
created
event/bbcodes.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
 		// Let's create the new BBCode
43 43
 		$configurator->BBCodes->addCustom(
44 44
 			'[pagebreak title={SIMPLETEXT;optional;postFilter=ucwords}]',
45
-			'<p><!-- pagebreak --></p>' .
45
+			'<p><!-- pagebreak --></p>'.
46 46
 			'<xsl:if test="@title"><h4>{SIMPLETEXT}</h4><br /></xsl:if>'
47 47
 		);
48 48
 	}
@@ -64,8 +64,8 @@  discard block
 block discarded – undo
64 64
 		// smcf = sitemaker content field (hopefully unique enough)
65 65
 		$configurator->BBCodes->addCustom(
66 66
 			'[smcf={IDENTIFIER}]{TEXT}[/smcf]',
67
-			"<!-- begin field -->\n" .
68
-			"<div data-field=\"{IDENTIFIER}\">{TEXT}</div><br />\n" .
67
+			"<!-- begin field -->\n".
68
+			"<div data-field=\"{IDENTIFIER}\">{TEXT}</div><br />\n".
69 69
 			"<!-- end field -->\n"
70 70
 		);
71 71
 	}
Please login to merge, or discard this patch.