summaryrefslogtreecommitdiff
path: root/tmpl/model.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/model.html')
-rw-r--r--tmpl/model.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/model.html b/tmpl/model.html
index acff44a0..94772316 100644
--- a/tmpl/model.html
+++ b/tmpl/model.html
@@ -9,7 +9,7 @@
</button>
<ul class="dropdown-menu dropdown-menu-right">
{{#each markers}}
- <li><a class="marker-link" href="#">{{.}}</a></li>
+ <li><a class="marker-link" href="#">{{.}}</a></li>
{{/each}}
</ul>
</div>