X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fwiki%2Fe-protect.php;h=aa4132b97e0fb93981c0d47d6b7d157117a0b296;hb=de04c29a5464e6ed6dc0e11a6556ad1c19efd7c4;hp=fa01e9b768c4d57e97c378472d08f689935c448c;hpb=82af3fc3b6e003b0cbbcf4faf4ed4f0ea5c07570;p=platal.git diff --git a/include/wiki/e-protect.php b/include/wiki/e-protect.php index fa01e9b..aa4132b 100644 --- a/include/wiki/e-protect.php +++ b/include/wiki/e-protect.php @@ -130,5 +130,5 @@ function eProtectEncode ($pagename,$page,&$new) { $text = preg_replace("/$KeepToken(\\d+)$KeepToken/e",'$KPV[$1]',$text); // put the [= .. =] back in to the text $new['text'] = $text; } -// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8: ?>