X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FEditPage.php;h=bcaab3a3d70e6bc69df5801f93d7bfb731971c68;hp=ff224c55983dfc4fcb9f1f44709f2b324781a8df;hb=e74ba29aa6b86995a79200fc8b1bb2932d3a1675;hpb=1b13888ed6bd09731f10045650714a3392bb55df diff --git a/includes/EditPage.php b/includes/EditPage.php index ff224c5598..bcaab3a3d7 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -4012,7 +4012,10 @@ class EditPage { $parserOutput->setEditSectionTokens( false ); // no section edit links return [ 'parserOutput' => $parserOutput, - 'html' => $parserOutput->getText() ]; + 'html' => $parserOutput->getText( [ + 'enableSectionEditLinks' => false + ] ) + ]; } /**