]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/head.tpl
Escaping moved to template
[friendica.git] / view / theme / frio / templates / head.tpl
index d8f8b1d82dc531bc1e7906d81eb534226e1606fc..c8d30c0b5010cb510298eae5e114706b59998544 100644 (file)
@@ -26,7 +26,7 @@
 <link rel="stylesheet" href="view/theme/frio/font/open_sans/open-sans.css" type="text/css" media="screen"/>
 
 {{foreach $stylesheets as $stylesheetUrl}}
-<link rel="stylesheet" href="{{$stylesheetUrl}}" type="text/css" media="screen" />
+<link rel="stylesheet" href="{{$stylesheetUrl|escape:"html":"UTF-8"}}" type="text/css" media="screen" />
 {{/foreach}}
 
 {{* own css files *}}