Skip to content

Commit

Permalink
Fix typo in template preventing View Tags setting from sticking.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Sep 4, 2024
1 parent a42d7cc commit 493a8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Slim/Plugin/ViewTags/HTML/EN/plugins/ViewTags/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

[% WRAPPER setting title="PLUGIN_VIEW_TAGS_LEVEL" desc="" %]
<select class="stdedit" name="pref_toplevel" id="toplevel">
<option [% IF pref_toplevel %]selected [% END %]value="1">[% "PLUGIN_VIEW_TAGS_TOPLEVEL" | string %]</option>
<option [% IF !pref_toplevel %]selected [% END %]value="0">[% "PLUGIN_VIEW_TAGS_MOREINFO" | string %]</option>
<option [% IF prefs.toplevel %]selected [% END %]value="1">[% "PLUGIN_VIEW_TAGS_TOPLEVEL" | string %]</option>
<option [% IF !prefs.toplevel %]selected [% END %]value="0">[% "PLUGIN_VIEW_TAGS_MOREINFO" | string %]</option>
</select>
[% END %]

Expand Down

0 comments on commit 493a8c9

Please sign in to comment.