Changeset 63389

Timestamp:
Jun 27, 2010, 4:39:36 PM (12 years ago)
Author:
Daniel James
Message:

Don't complain about an id immediately followed by a name.

Some documentation uses markup of the form:

<div id="foo"><h1><a name="foo"></a>Foo</h1>
...
</div>

This was appearing as a duplicate bookmark, but it's valid. So allow an
id immediately followed by an identical name. Could allow some
problematic markup but it's the best I could come up with without
a html parser.

(No files)

Note: See TracChangeset for help on using the changeset viewer.