From 661d979735816f8ca797ffcd905f80753f232855 Mon Sep 17 00:00:00 2001 From: Mukesh Ram Date: Fri, 30 Mar 2018 19:18:07 +0530 Subject: [PATCH] Fix template for widget --- templates/CRM/Contribute/Form/ContributionPage/Widget.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/ContributionPage/Widget.tpl b/templates/CRM/Contribute/Form/ContributionPage/Widget.tpl index c7b1819b12..4f84a1d3b1 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Widget.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Widget.tpl @@ -66,7 +66,7 @@ {ts}Click Save & Preview to save your settings and preview the widget on this page.{/ts}
{/if} -
{$form._qf_Widget_refresh.html}
+
{$form._qf_Widget_refresh.html}
{* Include "get widget code" section if widget has been created for this page and is_active. *} -- 2.25.1