https://bugzilla.wikimedia.org/show_bug.cgi?id=58270
James Forrester <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High Status|NEW |ASSIGNED CC| |[email protected] Component|General |Editing Tools Assignee|[email protected] |[email protected] Summary|Sandbox page doesn't work |VisualEditor: <ref> in |in VE |media item caption in a | |<ref> isn't blocked, which | |means page can get into an | |uneditable state on load Severity|normal |minor --- Comment #3 from James Forrester <[email protected]> --- Yuck. So the problem is that you've got a reference in an image's caption, which is inside a reference; this is not allowed in wikitext (as you can see from the "Cite error: A <ref> tag is missing the closing </ref> (see the help page)." error), and is because the restriction on media items' captions doesn't inherit the restriction of the reference block. We'll need to build a way for restrictions to be explicit and inheritable. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
