Skip to content
  • Rich's avatar
    Improve handling of Smarty {literal} insertion to guard style · b1b59fe3
    Rich authored
    Previously, inserting literal was handled if CIVICRM_MAIL_SMARTY was
    set, which is irrelevant to non-CiviMail mailings.
    
    Also, it previously only supported HTML5 style (no type attribute).
    
    Now it wraps style in literal tags and wraps those in HTML comments, so
    if smarty doesn't process it, it still works.
    b1b59fe3