Merge "Mark reference preview content area as "mw-parser-output""

This commit is contained in:
jenkins-bot 2019-02-04 19:44:43 +00:00 committed by Gerrit Code Review
commit e2770af712
3 changed files with 1 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View file

@ -24,9 +24,7 @@ export function renderReferencePreview(
<span class='mw-ui-icon mw-ui-icon-element mw-ui-icon-preview-reference'></span>
${ title }
</strong>
<div class='mwe-popups-extract'>
<span class='mwe-popups-message'>${ model.extract }</span>
</div>
<div class='mwe-popups-extract mw-parser-output'>${ model.extract }</div>
<footer>
<a href='${ url }' class='mwe-popups-read-link'>${ linkMsg }</a>
</footer>