From 19c3335d10a1b275d9cfddfe654176427b777ec2 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 5 Jun 2016 09:12:52 +0200 Subject: [PATCH] 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/.". --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 7d7d76163..a65f61f75 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -2,7 +2,7 @@ - + <%= Setting.get('product_name') %> <%= stylesheet_link_tag "application", :media => 'all' %> <%= stylesheet_link_tag "application-print", :media => 'print' %>