fix indentation and remove comment

This commit is contained in:
Jakobus Schürz 2023-03-22 16:19:36 +01:00
parent 7e989a03b2
commit fafa804cf0
2 changed files with 135 additions and 137 deletions

View File

@ -55,8 +55,6 @@
media="screen" />
<link rel="stylesheet" href="view/theme/frio/css/font-awesome.custom.css?v={{$smarty.const.FRIENDICA_VERSION}}"
type="text/css" media="screen" />
<!--link rel="stylesheet" href="view/theme/frio/css/dropzone.frio.css?v={{$smarty.const.FRIENDICA_VERSION}}"
type="text/css" media="screen" /-->
{{foreach $stylesheets as $stylesheetUrl => $media}}
<link rel="stylesheet" href="{{$stylesheetUrl}}" type="text/css" media="{{$media}}" />