mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-24 06:13:31 +00:00
Add <translate> as a permitted tag
Bug: T172456 Change-Id: I2315053b79bfd2dd009a98c0fe824ccdbcaf431c
This commit is contained in:
parent
3fc2bc58bc
commit
980f3d2848
|
@ -33,7 +33,7 @@
|
|||
rp: true, rt: true, rtc: true, p: true, span: true, abbr: true, dfn: true,
|
||||
kbd: true, samp: true, data: true, time: true, mark: true, br: true,
|
||||
wbr: true, hr: true, li: true, dt: true, dd: true, td: true, th: true,
|
||||
tr: true, noinclude: true, includeonly: true, onlyinclude: true },
|
||||
tr: true, noinclude: true, includeonly: true, onlyinclude: true, translate: true },
|
||||
isBold, isItalic, firstsingleletterword, firstmultiletterword, firstspace, mBold, mItalic, mTokens = [],
|
||||
mStyle;
|
||||
|
||||
|
|
Loading…
Reference in a new issue