We seem to have some glitch in Cite or its Parsoid support, which causes a tag like <ref ... /> to be saved as <ref ...></ref>.
Steps to reproduce:
- Create an article with a template-defined main ref and a sub-reference in the article referring to this ref. For example,
<ref name="main" details="p.123" />
{{reflist|refs=
<ref name="main">Main body</ref>
}}- Make a change to the article in visual editor, unrelated to the references, and save.
What happens:
- The ref tag becomes <ref name="main" details="p.123"></ref>
What should have happened:
- No change to the ref tag.
