@@ -30,9 +30,9 @@ |
||
30 | 30 | * @var array |
31 | 31 | */ |
32 | 32 | protected static $addPlaceholderRe = array( |
33 | - '/^({%\s+block\s+(\w+).+?%})$/m', // {% %} style code |
|
34 | - '/^({%\s+endblock\s+%})$/m', // {% %} style code |
|
35 | - '/^({{.+?}})$/m', // {{ }} style code |
|
33 | + '/^({%\s+block\s+(\w+).+?%})$/m', // {% %} style code |
|
34 | + '/^({%\s+endblock\s+%})$/m', // {% %} style code |
|
35 | + '/^({{.+?}})$/m', // {{ }} style code |
|
36 | 36 | ); |
37 | 37 | |
38 | 38 | /** |
@@ -89,7 +89,7 @@ |
||
89 | 89 | |
90 | 90 | $this->httpServer->init(); |
91 | 91 | |
92 | - $this->httpServer->addPeriodicTimer(1, function () { |
|
92 | + $this->httpServer->addPeriodicTimer(1, function() { |
|
93 | 93 | clearstatcache(); |
94 | 94 | |
95 | 95 | $this->sculpin->resetSources(); |