]> git.mxchange.org Git - friendica.git/commitdiff
remove a superfluous '01' that appeared next to checkboxes from template file
authorHannes Heute <haheute@posteo.de>
Wed, 10 Jan 2024 16:41:53 +0000 (17:41 +0100)
committerHannes Heute <haheute@posteo.de>
Wed, 10 Jan 2024 16:41:53 +0000 (17:41 +0100)
view/theme/frio/templates/field_checkbox.tpl

index 448b2b8eeadb92d5e6196b5e5ed9de16a97aa314..f47bc04b51dd0434023883ff96f333e15b21aa63 100644 (file)
@@ -2,7 +2,7 @@
        <div class="field checkbox" id="div_id_{{$field.0}}">
                        <input type="hidden" name="{{$field.0}}" value="0">
                        <input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" value="1" {{if $field.2}}checked{{/if}} {{if $field.3}}aria-describedby="{{$field.0}}_tip"{{/if}} {{$field.4 nofilter}}>
-                       <label for="id_{{$field.0}}">01
+                       <label for="id_{{$field.0}}">
                                {{$field.1}}
                                {{if $field.3}}
                                <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>