Page MenuHomePhabricator

Bad behaviour if ref and templates are mixed
Closed, ResolvedPublic

Description

Try the following code at:
http://parsoid.wmflabs.org/_rtform/

{{Geobox|River

country = Kyrgyzstan
mouth_lat_d = 46mouth_lat_m = 09mouth_lat_s = 15mouth_lat_NS =N
mouth_long_d =60mouth_long_m =52mouth_long_s =25mouth_long_EW =E
discharge = 1180
discharge_note = foobar1<ref>http://myref.url</ref>

}}

foobar2<ref>http://myref.url</ref>

References

<references/>

As a result, I get a click-able link only for the second reference, not
for first, although both are absolutely identical: "http://myref.url".


Version: unspecified
Severity: minor

Details

Reference
bz49291