Skip to content

Commit

Permalink
don't escape copyright symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
kiesia committed Jan 29, 2015
1 parent f6bb75f commit 83d507f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_footer.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
refuge restrooms is open source.
%a{:href => "https://github.com/RefugeRestrooms/refugerestrooms"} code on github.
%br/
= "\© copyleft #{Date.today.year} refuge restrooms."
= "\© copyleft #{Date.today.year} refuge restrooms.".html_safe

0 comments on commit 83d507f

Please sign in to comment.