Index: trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php |
— | — | @@ -388,7 +388,7 @@ |
389 | 389 | $key = ( isset( $subcomponents[0] ) ) ? $subcomponents[0] : ''; |
390 | 390 | $val = ( isset( $subcomponents[1] ) ) ? $subcomponents[1] : ''; |
391 | 391 | if ( ! empty( $key ) ) { |
392 | | - $str .= '\t\t\t' . Html::hidden( $key, $val ) . "\n"; |
| 392 | + $str .= "\t\t\t" . Html::hidden( $key, $val ) . "\n"; |
393 | 393 | } |
394 | 394 | } |
395 | 395 | $button_str = ( $inButtonStr != '' ) ? $inButtonStr : wfMsg( 'sf_formstart_createoredit' ); |