Index: locations.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/location/locations.tpl.php,v
retrieving revision 1.5
diff -u -p -r1.5 locations.tpl.php
--- locations.tpl.php	7 Jan 2011 05:54:22 -0000	1.5
+++ locations.tpl.php	24 Jan 2011 14:20:14 -0000
@@ -1,8 +1,10 @@
 <?php if (!empty($locations)): ?>
-  <h3 class="location-locations-header"><?php print format_plural(count($locations), 'Location', 'Locations'); ?></h3>
-  <div class="location-locations-wrapper">
-    <?php foreach ($locations as $location): ?>
-      <?php print $location; ?>
-    <?php endforeach; ?>
+  <div class="location-locations-display">
+    <h3 class="location-locations-header"><?php print format_plural(count($locations), 'Location', 'Locations'); ?></h3>
+    <div class="location-locations-wrapper">
+      <?php foreach ($locations as $location): ?>
+        <?php print $location; ?>
+      <?php endforeach; ?>
+    </div>
   </div>
 <?php endif; ?>
