Display SVGs in target language
[lhc/web/wiklou.git] / includes / ProtectionForm.php
index 0d0654e..bb8eba1 100644 (file)
@@ -317,7 +317,7 @@ class ProtectionForm {
                );
 
                if ( !$status->isOK() ) {
-                       $this->show( $out->parseInline( $status->getWikiText() ) );
+                       $this->show( $out->parseInlineAsInterface( $status->getWikiText() ) );
                        return false;
                }