@@ -39,7 +39,7 @@ |
||
39 | 39 | |
40 | 40 | // First the values from '<% arg %>' |
41 | 41 | foreach (static::$arguments as $name => $value) { |
42 | - $arguments .= "'" . $name . "' => " . $value . ','; |
|
42 | + $arguments .= "'".$name."' => ".$value.','; |
|
43 | 43 | } |
44 | 44 | |
45 | 45 | // Construct 'Content' argument that would hold the content from the body of '<% template %>' |