Author: nickpj
Description:
After blocking myself on a local test wiki, I tried editing a non-existent page
as a blocked anon. (In this example I went to:
http://192.168.0.64/wiki/index.php?title=XYZW&action=edit )
The HTML returned when trying to do this seems to be missing a tag for closing
the text area. (As a result of this, the second half of the HTML is shown in the
textarea, and the navbar/footer/logo/etc are missing, in both Firefox & IE.)
I'll include the HTML that I'm seeing as an attachment shortly, but basically I
think the HTML seems to need an extra line, such as:
</p><textarea id="wpTextbox1" name="wpTextbox1" cols="80" rows="25"
readonly="readonly">
+ Article does not exist</textarea>
<div class="printfooter">
Version: 1.8.x
Severity: minor