Index: handlers/location_handler_field_location_address.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/location/handlers/location_handler_field_location_address.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 location_handler_field_location_address.inc
--- handlers/location_handler_field_location_address.inc	24 Feb 2009 20:59:05 -0000	1.1.2.1
+++ handlers/location_handler_field_location_address.inc	28 Jun 2010 16:35:24 -0000
@@ -32,4 +32,12 @@ class location_handler_field_location_ad
       }
     }
   }
+
+  function element_type() {
+    if (isset($this->definition['element type'])) {
+      return $this->definition['element type'];
+    }
+
+    return 'div';
+  }
 }
