From 1d7bb8e681f968f81dc2888cf3290bc878714c3a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 12 Nov 2015 16:34:37 -0500 Subject: [PATCH] CRM-16415 - Update crmButton markup --- CRM/Core/Smarty/plugins/block.crmButton.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Smarty/plugins/block.crmButton.php b/CRM/Core/Smarty/plugins/block.crmButton.php index 1efef99bfe..df14d23b24 100644 --- a/CRM/Core/Smarty/plugins/block.crmButton.php +++ b/CRM/Core/Smarty/plugins/block.crmButton.php @@ -58,5 +58,5 @@ function smarty_block_crmButton($params, $text, &$smarty) { // All other params are treated as html attributes CRM_Utils_Array::remove($params, 'icon', 'p', 'q', 'a', 'f', 'h', 'fb', 'fe'); $attributes = CRM_Utils_String::htmlAttributes($params); - return "  $text"; + return "  $text"; } -- 2.25.1