Skip to content

Commit 8bd8b2e

Browse files
syntax issue
1 parent 9d42bf3 commit 8bd8b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/home.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<div class="divider"></div>
150150
<div id="repo-clone-method-description" class="ui input text tiny grey tw-mt-3"></div>
151151
<ul class="ui list tw-w-full">
152-
{{range .OpenWithEditorApps}
152+
{{range .OpenWithEditorApps}}
153153
<li>
154154
<a class="item js-clone-url-editor" data-href-template="{{.OpenURL}}">{{.IconHTML}}{{ctx.Locale.Tr "repo.open_with_editor" .DisplayName}}</a>
155155
</li>

0 commit comments

Comments
 (0)