diff options
Diffstat (limited to 'tmpl/model.html')
-rw-r--r-- | tmpl/model.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/model.html b/tmpl/model.html index 94772316..acff44a0 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> |