--- location.inc.orig 2007-08-29 23:12:50.000000000 -0400 +++ location.inc 2007-09-02 00:44:59.000000000 -0400 @@ -50,7 +50,7 @@ function location_map_link($location = a } } if (count($links)) { - return t($link_text) . implode($links, ", "); + return "
" . t("$link_text") . implode($links, ", ") . "
"; } else { return NULL;