mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-12 09:18:59 +00:00
20f2bef272
Both the title and the extract were being html escaped thus producing string like ' and " when used with .text(). So, we now use document.createTextNode() for the normal text and .text() with the bolded one. Bug: T93720 Change-Id: I6bbc52e427dc636b7b0be1ad4f749d9273ff61b3 |
||
---|---|---|
.. | ||
ext.popups.renderer.article.test.js |