mediawiki-extensions-Popups/tests/qunit
Prateek Saxena 20f2bef272 renderer.article.getProcessedElements: Stop escaping the title and the extract
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
2015-03-26 19:28:20 +05:30
..
ext.popups.renderer.article.test.js renderer.article.getProcessedElements: Stop escaping the title and the extract 2015-03-26 19:28:20 +05:30