Localisation updates from https://translatewiki.net.
[lhc/web/wiklou.git] / includes / htmlform / HTMLSubmitField.php
index ab6c221..653c08c 100644 (file)
@@ -1,8 +1,9 @@
 <?php
+
 /**
  * Add a submit button inline in the form (as opposed to
  * HTMLForm::addButton(), which will add it at the end).
  */
 class HTMLSubmitField extends HTMLButtonField {
        protected $buttonType = 'submit';
-}
\ No newline at end of file
+}