Skip to content

Commit

Permalink
Minor name change
Browse files Browse the repository at this point in the history
  • Loading branch information
AronHetLam committed Oct 13, 2023
1 parent 32d96ef commit 7b887d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh-pages/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ select {

<p>
<select id="manifests">
{% for member in site.data.manifests %}
<option value="{{ member.path }}">{{ member.name }}</option>
{% for manifest in site.data.manifests %}
<option value="{{ manifest.path }}">{{ manifest.name }}</option>
{% endfor %}
</select>
</p>
Expand Down

0 comments on commit 7b887d4

Please sign in to comment.