--- location.module.orig        2007-09-02 00:47:37.000000000 -0400
+++ location.module     2007-09-02 00:48:38.000000000 -0400
@@ -1061,12 +1061,12 @@ function location_nodeapi(&$node, $op, $
           }
           
           if ($output = theme('locations', $posted_locations, variable_get('location_suppress_country', 0) ? array('country') : array())) {
-            $node->content['locations']['#value'] .= '<h3>'. t('Location(s)') .'</h3>'. $output;
+            $node->content['locations']['#value'] .= '<div class="location title">'. t('Location(s)') .'</div>'. $output;
           }          
         }
         else {
           if ($themed_locations = theme('locations', $node->locations, variable_get('location_suppress_country', 0) ? array('country') : array())) {
-            $node->content['locations']['#value'] .= '<h3>'. t('Location(s)') .'</h3>'. $themed_locations;
+            $node->content['locations']['#value'] .= '<div class="location title">'. t('Location(s)') .'</div>'. $themed_locations;
           }
