Skip to content

Commit

Permalink
BUGFIX: Locator.ss - extra </div> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Dec 26, 2015
1 parent fe1afce commit 380c460
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 380c460

Please sign in to comment.