diff --git a/template.php b/template.php index 3af923d..eb9236e 100644 --- a/template.php +++ b/template.php @@ -277,7 +277,7 @@ function ember_views_ui_display_tab_alter(&$build, &$view, $display_id) { */ function _ember_views_ui_field_link($field, $handler, array $relationships, $type, $root_url) { // If an administrative title is set, use that for anchor text. - if (isset($field['ui_name']) && $field['ui_name'] != FALSE) { + if (isset($field['ui_name']) && trim($field['ui_name']) !== '') { $link_text = $field['ui_name']; } // Otherwise, build up some structured anchor text.