--- views_handler_field.inc.old Fri Jul  8 14:58:50 2011
+++ views_handler_field.inc     Fri Jul  8 14:58:44 2011
@@ -927,7 +927,7 @@
     // If the path is empty do not build a link around the given text and return
     // it as is.
     // http://www.example.com URLs will not have a $url['path'], so check host as well.
-    if (empty($url['path']) && empty($url['host'])) {
+    if (empty($url['path']) && empty($url['host']) && empty($url['fragment'])) {
       return $text;
     }
