Page MenuHomePhabricator

accept explicitly closed empty tags
Closed, ResolvedPublic

Description

<ref name="foo"></ref> throws a (wrong) error (<strong class="error">Cite error: Invalid <code>&lt;ref&gt;</code> tag; refs with no name must have content</strong>). it should be treated like <ref name="foo" />.


Version: unspecified
Severity: normal

Details

Reference
bz14190

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:14 PM
bzimport added a project: Cite.
bzimport set Reference to bz14190.
bzimport added a subscriber: Unknown Object (MLST).

qsheets095 wrote:

quick fix

from inside the files, it looks like this fix was originally not wanted

Attached:

ncw33 wrote:

*** This bug has been marked as a duplicate of bug 15770 ***