Page MenuHomePhabricator

indenting in XHTML
Closed, InvalidPublic

Description

Though it doesn't affect rendering, do take a look at the XHTML you
produce these days. E.g.,
$ GET small_wiki/Main_Page|grep head\>|cat -T
^I<head>
^I^I^I</head>
They should be at the same level.
And e.g., <link> lines aren't indented at all.


Version: 1.7.x
Severity: minor
OS: Linux
Platform: PC

Details

Reference
bz8055

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:30 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz8055.
bzimport added a subscriber: Unknown Object (MLST).

robchur wrote:

HTML transformation sucks and there is an ongoing effort to improve it where
possible. A blanket bug like this, however, serves little purpose and presents a
rather negative attitude.