Explorar o código

Merge pull request #226 from keradus/fix-indent

fix indent
Justin Hileman %!s(int64=11) %!d(string=hai) anos
pai
achega
25d527292b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'])) {