fixed typo

This commit is contained in:
Fabien Potencier
2010-12-19 21:52:54 +01:00
parent dc884c3888
commit 3a6d9e8526
+1 -1
View File
@@ -21,7 +21,7 @@ class Twig_Markup extends Exception
public function __construct($content)
{
$this->content = $content;
$this->content = (string) $content;
}
public function __toString()