Skip to content

Commit e82523c

Browse files
Adds UTF8 meta.
1 parent 35f38d6 commit e82523c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

layouts/default.haml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ filter:
1515
%head
1616
%title= "SyntaxHighlighter#{sh_title(@page, ' - ')}"
1717
%script{ :type => 'text/javascript', :src => "https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" }
18+
%meta{ :charset => 'UTF-8' }
1819
= render(:partial => "/SyntaxHighlighter/partials/tracking")
19-
20+
2021
%body.no_sponsor
2122
#title
2223
%h1

0 commit comments

Comments
 (0)