]> git.mxchange.org Git - friendica.git/commitdiff
missing $ in template
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 1 Sep 2021 08:54:56 +0000 (10:54 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 1 Sep 2021 08:54:56 +0000 (10:54 +0200)
The admin/site.tpl file had a missing $ from a variable name thus Smarty
could not compile the template.

view/templates/admin/site.tpl

index dfa8e21a95c155a58b4fc0caf6f514ec93d033de..ff0640469795db851a475dcfb37183371ea6229d 100644 (file)
@@ -72,7 +72,7 @@
                {{else}}
                        <div class='field checkbox' id='div_id_{{$diaspora_enabled.0}}'>
                                <label for='id_{{$diaspora_enabled.0}}'>{{$diaspora_enabled.1}}</label>
-                               <span class="field_help" role="tooltip" id="id_{{diaspora_enabled.0}}">{{$diaspora_not_able}}</span>
+                               <span class="field_help" role="tooltip" id="id_{{$diaspora_enabled.0}}">{{$diaspora_not_able}}</span>
                        </div>
                {{/if}}
                {{include file="field_input.tpl" field=$global_directory}}