https://bugzilla.wikimedia.org/show_bug.cgi?id=46140

--- Comment #3 from Gadget850 <ed.pal...@gmail.com> ---
* I see this now. I stripped this down to a simpler exemplar:

<ref>1</ref><ref>2</ref>

<ref name="a1" group="u" /><ref name="a2" group="u" />

{{reflist|group="u"|refs=
<ref name="a1">ref1</ref>
<ref name="a2">ref2</ref>
}}

<ref>3</ref><ref>4</ref>

<references />


* But using <references> in place of {{reflist}} resolves the issue:

<ref>1</ref><ref>2</ref>

<ref name="a1" group="u" /><ref name="a2" group="u" />

<references group="u">
<ref name="a1">ref1</ref>
<ref name="a2">ref2</ref>
</references>

<ref>3</ref><ref>4</ref>

<references />

* I will look at this a bit more later.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to