Skip to content

Commit 7f95a8f

Browse files
Fix encoding issue with CSS
1 parent c0acf06 commit 7f95a8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/better_errors/templates/main.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<body>
77
<%# Stylesheets are placed in the <body> for Turbolinks compatibility. %>
88
<style type='text/css'>
9-
<%= File.open(File.expand_path("templates/main.css", File.dirname(__FILE__))).read %>
9+
<%== File.open(File.expand_path("templates/main.css", File.dirname(__FILE__))).read %>
1010
</style>
1111

1212
<%# IE8 compatibility crap %>

0 commit comments

Comments
 (0)