Last modified: 2006-09-12 12:03:50 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T9293, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 7293 - HTML validation of Special:Revisiondelete form.
HTML validation of Special:Revisiondelete form.
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.8.x
All All
: Normal trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
http://SERVERNAME/wiki/index.php?titl...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-09-12 03:17 UTC by Nick Jenkins
Modified: 2006-09-12 12:03 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Trivial patch to make Special:Revisiondelete form into valid HTML. (776 bytes, patch)
2006-09-12 03:18 UTC, Nick Jenkins
Details

Description Nick Jenkins 2006-09-12 03:17:04 UTC
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 />.
Comment 1 Nick Jenkins 2006-09-12 03:18:33 UTC
Created attachment 2342 [details]
Trivial patch to make Special:Revisiondelete form into valid HTML.
Comment 2 Rotem Liss 2006-09-12 12:03:50 UTC
Applied to r16491.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links