浏览代码

Merge pull request #226 from keradus/fix-indent

fix indent
Justin Hileman 11 年之前
父节点
当前提交
25d527292b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Mustache/Engine.php

+ 1 - 1
src/Mustache/Engine.php

@@ -174,7 +174,7 @@ class Mustache_Engine
         }
 
         if (isset($options['entity_flags'])) {
-          $this->entityFlags = $options['entity_flags'];
+            $this->entityFlags = $options['entity_flags'];
         }
 
         if (isset($options['charset'])) {