Browse Source

Fixed "Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.
application.js:9067 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.".

Martin Edenhofer 8 years ago
parent
commit
19c3335d10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/views/layouts/application.html.erb

+ 1 - 1
app/views/layouts/application.html.erb

@@ -2,7 +2,7 @@
 <html>
 <html>
 <head>
 <head>
   <meta charset="utf-8">
   <meta charset="utf-8">
-  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0;">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
   <title><%= Setting.get('product_name') %></title>
   <title><%= Setting.get('product_name') %></title>
   <%= stylesheet_link_tag "application", :media => 'all' %>
   <%= stylesheet_link_tag "application", :media => 'all' %>
   <%= stylesheet_link_tag "application-print", :media => 'print' %>
   <%= stylesheet_link_tag "application-print", :media => 'print' %>