From ee8c1ef368f794b5dca63a38095f5ee7f80dce4e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 14 Oct 2015 14:03:43 -0400 Subject: [PATCH] CRM-16415 - Syntax fix --- templates/CRM/Event/Form/Participant.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Event/Form/Participant.tpl b/templates/CRM/Event/Form/Participant.tpl index ee494532df..81bb5934b8 100644 --- a/templates/CRM/Event/Form/Participant.tpl +++ b/templates/CRM/Event/Form/Participant.tpl @@ -122,7 +122,7 @@ } if ( showError ) { - cj('#validate_pricefield').show().html("{/literal} {ts escape='js'}This Option is already full for this event.{/ts}{literal}"); + cj('#validate_pricefield').show().html('{/literal} {ts escape='js'}This Option is already full for this event.{/ts}{literal}'); } else { cj('#validate_pricefield').hide( ).html(''); -- 2.25.1