Remove $wgAllowMicroDataAttributes and $wgAllowRdfaAttributes
[lhc/web/wiklou.git] / includes / OutputPage.php
index 305359f..6774072 100644 (file)
@@ -3167,7 +3167,7 @@ class OutputPage extends ContextSource {
                        $articleId = $wikiPage->getId();
                }
 
-               $lang = $title->getPageLanguage();
+               $lang = $title->getPageViewLanguage();
 
                // Pre-process information
                $separatorTransTable = $lang->separatorTransformTable();