diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-18 09:48:53 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-18 09:48:53 -0700 |
commit | f39323126dd9fbd960f05344a75285d4915b1919 (patch) | |
tree | 24e45431dd1916ff4f0c90ffebef2d28fd634e75 /tmpl/model.html | |
parent | a55b74c92ecb21fb688d4199811c43dd3eeb3451 (diff) |
cleanup
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 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> |