Skip to content

Commit

Permalink
Fixes fuel#716 - leftover reference to removed method Html::br() in t…
Browse files Browse the repository at this point in the history
…he core.
  • Loading branch information
Jelmer Schreuder committed Dec 21, 2011
1 parent 58bd52e commit 4b434fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/error.php
Expand Up @@ -183,7 +183,7 @@ public static function show_php_error(\Exception $e)
}
catch (\FuelException $e)
{
echo $e->getMessage().Html::br();
echo $e->getMessage().'<br />';
}
}

Expand Down

0 comments on commit 4b434fc

Please sign in to comment.