CRM-16415 - Syntax fix
authorColeman Watts <coleman@civicrm.org>
Wed, 14 Oct 2015 18:03:43 +0000 (14:03 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 14 Oct 2015 18:03:43 +0000 (14:03 -0400)
templates/CRM/Event/Form/Participant.tpl

index ee494532df4a394f579ed4d01f532bdb802ffcf1..81bb5934b8158304972ff86281223f8484fb2c66 100644 (file)
           }
 
         if ( showError ) {
-          cj('#validate_pricefield').show().html("<i class="crm-i fa-exclamation-triangle crm-i-red"></i>{/literal} {ts escape='js'}This Option is already full for this event.{/ts}{literal}");
+          cj('#validate_pricefield').show().html('<i class="crm-i fa-exclamation-triangle crm-i-red"></i>{/literal} {ts escape='js'}This Option is already full for this event.{/ts}{literal}');
         }
         else {
           cj('#validate_pricefield').hide( ).html('');