Protect language converter markup in the preprocessor (take 2).
[lhc/web/wiklou.git] / includes / parser / Preprocessor.php
index 426b550..cb8e3a7 100644 (file)
@@ -51,9 +51,9 @@ abstract class Preprocessor {
                ],
                '-{' => [
                        'end' => '}-',
-                       'names' => [ 1 => null ],
-                       'min' => 1,
-                       'max' => 1,
+                       'names' => [ 2 => null ],
+                       'min' => 2,
+                       'max' => 2,
                ],
        ];