mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
bba6ac20bd
XML-like tags in wikitext are not actually XML and don't expect their contents to be escaped. This means that (usually) it is not possible for a tag '<foo>…</foo>' to contain the string '</foo>' (see bug 57429 comment 4 for details). Prevent the user from doing that by escaping the first angle bracket '<' to '<' in such inputs when the inspector closes. Bug: 57429 Change-Id: Ia566452ae0ffc9caa3ea48a52e5b8032c33fc9c8 |
||
---|---|---|
.. | ||
ve.ui.MWAlienExtensionInspector.js | ||
ve.ui.MWExtensionInspector.js | ||
ve.ui.MWGalleryInspector.js | ||
ve.ui.MWLinkAnnotationInspector.js | ||
ve.ui.MWLinkNodeInspector.js | ||
ve.ui.MWLiveExtensionInspector.js |