diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-08 19:03:48 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-08 19:03:48 -0800 |
commit | 3b83f8b7fef9978b79517aeda95fa89de071ba54 (patch) | |
tree | 39ee9396b1d305ec794d7069a97211d0aa534ede /tmpl/model.html | |
parent | 67ca7adc4cabb79a87b51ebd9b112e641de31af9 (diff) |
styling
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> |