X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fwiki%2Fe-protect.php;h=c6144c6ba1a1ebd9b5fe0ff34dcf174c62d2a0b8;hb=87d72675e4a6d5e2ca377cde0f30666f6305ad2b;hp=2bae8fb427b7da971119c19459943c0ee46b8a14;hpb=2c79924909ecda6dcbaf5ba3592cb864726d4c58;p=platal.git diff --git a/include/wiki/e-protect.php b/include/wiki/e-protect.php index 2bae8fb..c6144c6 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; } - -?> \ No newline at end of file +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: +?>