Switch some HTMLForms in special pages to OOUI
[lhc/web/wiklou.git] / includes / htmlform / HTMLApiField.php
index 1753156..f988e62 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 class HTMLApiField extends HTMLFormField {
        public function getTableRow( $value ) {
                return '';
@@ -15,4 +16,4 @@ class HTMLApiField extends HTMLFormField {
        public function getInputHTML( $value ) {
                return '';
        }
-}
\ No newline at end of file
+}