Index: trunk/extensions/FlaggedRevs/FlaggedArticle.php |
— | — | @@ -297,10 +297,10 @@ |
298 | 298 | // Is the page config altered? |
299 | 299 | if( $this->isPageLocked() ) { |
300 | 300 | $prot = "<span class='fr-icon-locked' title=\"". |
301 | | - wfMsg('revreview-locked-title')."\"></span>"; |
| 301 | + wfMsgHtml('revreview-locked-title')."\"></span>"; |
302 | 302 | } else if( $this->isPageUnlocked() ) { |
303 | 303 | $prot = "<span class='fr-icon-unlocked' title=\"". |
304 | | - wfMsg('revreview-unlocked-title')."\"></span>"; |
| 304 | + wfMsgHtml('revreview-unlocked-title')."\"></span>"; |
305 | 305 | } |
306 | 306 | // Is there no stable version? |
307 | 307 | if( is_null($frev) ) { |
— | — | @@ -623,10 +623,10 @@ |
624 | 624 | // Is the page config altered? |
625 | 625 | if( $this->isPageLocked() ) { |
626 | 626 | $prot = "<span class='fr-icon-locked' title=\"". |
627 | | - wfMsg('revreview-locked-title')."\"></span>"; |
| 627 | + wfMsgHtml('revreview-locked-title')."\"></span>"; |
628 | 628 | } else if( $this->isPageUnlocked() ) { |
629 | 629 | $prot = "<span class='fr-icon-unlocked' title=\"". |
630 | | - wfMsg('revreview-unlocked-title')."\"></span>"; |
| 630 | + wfMsgHtml('revreview-unlocked-title')."\"></span>"; |
631 | 631 | } |
632 | 632 | # Streamlined UI |
633 | 633 | if( FlaggedRevs::useSimpleUI() ) { |