Last modified: 2006-08-22 06:45:36 UTC
The following example <pre> <inputbox> type=create break=no prefix=Forum:Ideen/ preload=Vorlage:Forumkopf/{{PAGENAME}} buttonlabel=Neues Thema hinzufügen </inputbox> </pre> creates invalid HTML. The following tag is opened but not closed: <pre> <input type='hidden' name="action" value="edit" > <pre>
Created attachment 2262 [details] Create correct HTML for create boxes. The appended patch eliminates the problem with open input tag.
Closing tags is mandatory in XHTML as opposed to HTML 4.0. Mediawiki 1.7.1 creates XHTML output.
Applied to r16157, with several other XHTML fixes.