Skip to content

Commit 0a828cf

Browse files
committed
newline for {, instead of the end of "foreach"
1 parent 21d8c2e commit 0a828cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/view/phptal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected function process_file($file_override = false)
2727
{
2828
$parser = static::parser();
2929
foreach($this->get_data() as $key => $value)
30-
{
30+
{
3131
$parser->set($key,$value);
3232
}
3333
$parser->setTemplate($file);

0 commit comments

Comments
 (0)