- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 25,761
- راهحلها
- 27
- پسندها
- 3,283
- امتیازها
- 113
- سن
- 29
- محل سکونت
- England
- وب سایت
- xenforo.xyz
If you select , and click quote/reply in the pop-up this strips the plain tags and leaves a dangling color tag. This also applies to copy & paste support.
In
PHP:
This should be;
PHP:
Then the paste javascript handler can convert
In
XF\BbCode\Renderer\Html::addDefaultTags();PHP:
This should be;
PHP:
Then the paste javascript handler can convert
span.bbPlain into a [plain][/plain] tag wrappers, and...