Index: trunk/extensions/SemanticForms/specials/SF_CreateClass.php |
— | — | @@ -224,7 +224,7 @@ |
225 | 225 | array( |
226 | 226 | 'type' => 'submit', |
227 | 227 | 'name' => 'save', |
228 | | - 'value' => wfMsg( 'sf_createclass_create' ); |
| 228 | + 'value' => wfMsg( 'sf_createclass_create' ) |
229 | 229 | ) |
230 | 230 | ); |
231 | 231 | $text .= "</form>\n"; |