From: Coleman Watts Date: Sat, 22 Feb 2014 00:33:44 +0000 (-0500) Subject: Add no-popup class to doc links X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=16e71c838d65f30e7052afcf61e54d4352815e0c;p=civicrm-core.git Add no-popup class to doc links --- 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']}"; } }