Skip to content

Commit 1cc56de

Browse files
committed
Fix wrong chacater: \ -> /
1 parent cabeeb0 commit 1cc56de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%meta{:charset => "utf-8"}/
66
%meta{:content => "IE=edge", "http-equiv" => "X-UA-Compatible"}/
77
%meta{:content => "width=device-width, initial-scale=1,\n\t\t minimum-scale=1, maximum-scale=1, user-scalable=no", :name => "viewport"}/
8-
%meta{:content => "rfZAU6VfAqDrPGPHca_W7UZQqHrczs4pH_CiLw9M_zY", :name => "google-site-verification"}\
8+
%meta{:content => "rfZAU6VfAqDrPGPHca_W7UZQqHrczs4pH_CiLw9M_zY", :name => "google-site-verification"}/
99

1010
%title= full_title(yield(:title))
1111
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true

0 commit comments

Comments
 (0)