Html: Fix a copy-paste error in docs
authorBartosz Dziewoński <matma.rex@gmail.com>
Sat, 23 Nov 2013 15:31:07 +0000 (16:31 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sat, 23 Nov 2013 16:02:12 +0000 (16:02 +0000)
Change-Id: I262f27574335cf8f4d72a5bb3a28a77ef402c252

includes/Html.php

index 932f753..6977a69 100644 (file)
@@ -664,7 +664,7 @@ class Html {
        }
 
        /**
-        * Convenience function to produce an "<input>" element.
+        * Convenience function to produce a <textarea> element.
         *
         * This supports leaving out the cols= and rows= which Xml requires and are
         * required by HTML4/XHTML but not required by HTML5.