From 16e71c838d65f30e7052afcf61e54d4352815e0c Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 21 Feb 2014 19:33:44 -0500 Subject: [PATCH] Add no-popup class to doc links --- CRM/Utils/System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System.php b/CRM/Utils/System.php index 01775726cf..9ba1268496 100644 --- a/CRM/Utils/System.php +++ b/CRM/Utils/System.php @@ -1167,7 +1167,7 @@ class CRM_Utils_System { return $link; } else { - return "{$params['text']}"; + return "{$params['text']}"; } } -- 2.25.1