Skip to content

Commit

Permalink
Removed stray quote in template for unless block.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Jun 15, 2011
1 parent 5868291 commit 3fc61fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.haml
Expand Up @@ -315,7 +315,7 @@
:html
<div class="entry">
{{#unless license}}
<h3 class="warning">WARNING: This entry does not have a license!</h3>"
<h3 class="warning">WARNING: This entry does not have a license!</h3>
{{/unless}}
</div>
.notes
Expand Down

0 comments on commit 3fc61fe

Please sign in to comment.