@@ -42,7 +42,7 @@ discard block |
||
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 |
||
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 | } |