Index: branches/conrad/phase3/includes/parser/Parser.php |
— | — | @@ -254,6 +254,8 @@ |
255 | 255 | 'html' => $ot == self::OT_HTML, |
256 | 256 | 'wiki' => $ot == self::OT_WIKI, |
257 | 257 | 'pre' => $ot == self::OT_PREPROCESS, |
| 258 | + 'includes' => $ot == self::OT_INCLUDES, |
| 259 | + 'extract' => $ot == self::OT_EXTRACT, |
258 | 260 | ); |
259 | 261 | } |
260 | 262 | |