Skip to content

Commit

Permalink
Fix error list display issue in the playground
Browse files Browse the repository at this point in the history
  • Loading branch information
marclaval committed Jun 4, 2014
1 parent c2ac2d6 commit eb8057a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/playground/layout.hsp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function hideNavHover(event, data) {
<ul>
{foreach err in errors}
<li>
<div class="description {err.type}"> {err.message} </div>
<div class="{err.type}"> {err.message} </div>
{if err.line || err.file}
<div class="ctxt">
[{err.file}]
Expand Down

0 comments on commit eb8057a

Please sign in to comment.