Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Aug 20, 2024
1 parent 6169889 commit 0bb81e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h3 id="{{catname}}" class="faq_cat_hdr">{{category[1]._category.name}}
{% unless entry[0] == "_category" %}
{% assign entnum = entry[0] | split: "_" | first | append: "_" %}
{% assign entname = entry[0] | remove_first: entnum %}
<li id="{{catname]}}-{{entname}}">
<li id="{{catname}}-{{entname}}">
<p class="faq_q">{{entry[1].Q}}
<a href="#{{catname}}-{{entname}}">&#8882;</a></p>
<div class="faq_a">{{entry[1].A}}</div>
Expand Down

0 comments on commit 0bb81e0

Please sign in to comment.