]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/head.tpl
Issue 6394: The contact location has to be BBEncoded
[friendica.git] / view / templates / head.tpl
index f1983d7dc6d9137b3860ce5e92ef2ff3647ec8ea..e76b97b8b94c87822daf51c9ee43f49d3b369ff6 100644 (file)
@@ -9,7 +9,7 @@
 <link rel="stylesheet" href="view/asset/perfect-scrollbar/css/perfect-scrollbar.min.css" type="text/css" media="screen" />
 
 {{foreach $stylesheets as $stylesheetUrl}}
-<link rel="stylesheet" href="{{$stylesheetUrl|escape:"html":"UTF-8"}}" type="text/css" media="screen" />
+<link rel="stylesheet" href="{{$stylesheetUrl}}" type="text/css" media="screen" />
 {{/foreach}}
 
 <link rel="shortcut icon" href="{{$shortcut_icon}}" />