Skip to content

Commit

Permalink
Merge pull request #75 from jsirish/bugfix/template
Browse files Browse the repository at this point in the history
BUGFIX: Locator.ss - extra `</div>` tag
  • Loading branch information
muskie9 committed Dec 26, 2015
2 parents fe1afce + 380c460 commit 2549546
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions templates/Layout/Locator.ss
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@

<div id="map-container">
<div id="map"></div>
<div id="loc-list">
<ul id="list">
<li><img src="locator/images/ajax-loader.gif" class="loading"></li>
</ul>
</div>
<div id="loc-list">
<ul id="list">
<li><img src="locator/images/ajax-loader.gif" class="loading"></li>
</ul>
</div>
</div>
<% else %>
Expand Down

0 comments on commit 2549546

Please sign in to comment.