diff --git a/views_handler_area_link.inc b/views_handler_area_link.inc index 2702254..613abe6 100644 --- a/views_handler_area_link.inc +++ b/views_handler_area_link.inc @@ -85,7 +85,8 @@ class views_handler_area_link extends views_handler_area { // Replace any tokens in the path. $path = strtr($this->options['path'], $tokens); - // Check that path is valid and user has access to it. External paths are fine. + // Check that path is valid and user has access to it. + // External paths are fine. if (!drupal_valid_path($path)) { return ''; } @@ -135,4 +136,3 @@ class views_handler_area_link extends views_handler_area { return $tokens; } } -