Index: trunk/extensions/SemanticForms/includes/SF_TemplateField.php |
— | — | @@ -139,14 +139,14 @@ |
140 | 140 | // A CSS style can't be used, unfortunately, since most |
141 | 141 | // MediaWiki setups don't have an 'infobox' or |
142 | 142 | // comparable CSS class. |
143 | | - $tableText .= <<<END |
| 143 | + $tableText = <<<END |
144 | 144 | {| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;" |
145 | 145 | ! style="text-align: center; background-color:#ccccff;" colspan="2" |<big>{{PAGENAME}}</big> |
146 | 146 | |- |
147 | 147 | |
148 | 148 | END; |
149 | 149 | } else { |
150 | | - $tableText .= '{| class="wikitable"' . "\n"; |
| 150 | + $tableText = '{| class="wikitable"' . "\n"; |
151 | 151 | } |
152 | 152 | |
153 | 153 | foreach ( $template_fields as $i => $field ) { |