From: Coleman Watts Date: Wed, 14 Oct 2015 18:03:43 +0000 (-0400) Subject: CRM-16415 - Syntax fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ee8c1ef368f794b5dca63a38095f5ee7f80dce4e;p=civicrm-core.git CRM-16415 - Syntax fix --- 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('');