Page MenuHomePhabricator

HTML validation of Special:Revisiondelete form.
Closed, ResolvedPublic

Description

Author: nickpj

Description:
The Special:Revisiondelete form is currently invalid HTML, because the form

structure is like this:

<form method="post"
action="/wiki/index.php?title=Special:Revisiondelete&amp;action=submit" />
... content ...

</form>

(note the self-closing "/>" at the end of the form opening).

Two-line patch will shortly be attached so that form is opened with <form>
instead of <form />.


Version: 1.8.x
Severity: trivial
URL: http://SERVERNAME/wiki/index.php?title=Special:Revisiondelete&target=Main_Page&oldid=

Details

Reference
bz7293

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:26 PM
bzimport set Reference to bz7293.
bzimport added a subscriber: Unknown Object (MLST).

nickpj wrote:

Trivial patch to make Special:Revisiondelete form into valid HTML.

Attached:

rotemliss wrote:

Applied to r16491.