Skip to content

Commit

Permalink
Fixes icon on exception and error pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Georges committed May 16, 2014
1 parent 92b1b34 commit ce3022e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<div class="container">

<h1><i class="icon-off warning"></i> Error</h1>
<h1><i class="icon-power-off warning"></i> Error</h1>

<p class="lead">We're sorry, but an unhandled error occurred. Please see the details below.</p>

Expand Down

0 comments on commit ce3022e

Please sign in to comment.