[rt-users] Outgoing HTML mail part 2
Christian Loos
cloos at netcologne.de
Fri Sep 9 07:39:30 EDT 2016
Sorry, I missed that you must also escape the braces, see
https://metacpan.org/pod/Text::Template#Template-Parsing.
You have to change
body, table, td {font-family: Verdana, Geneva, sans-serif !important;}
to
body, table, td \{font-family: Verdana, Geneva, sans-serif !important;\}
Chris
Am 09.09.2016 um 13:24 schrieb raymond.teunissen at kpn.com:
> Hi Chris,
>
> Thanks, i've tried it, but it doesn't seem to fix the issue for me.
>
> Couldn't compile template codeblock 'font-family: Verdana, Geneva, sans-serif !important;': syntax error at template line 9
>
> Raymond
>
> -----Oorspronkelijk bericht-----
> Van: Christian Loos [mailto:cloos at netcologne.de]
> Verzonden: vrijdag 9 september 2016 13:18
> Aan: Teunissen, Raymond; rt-users at lists.bestpractical.com
> Onderwerp: Re: Outgoing HTML mail part 2
>
> Hi,
>
> you must add a blank line after the "Content-Type" line to separate headers from body.
>
> See also
> https://docs.bestpractical.com/rt/4.4.1/customizing/templates.html#Templates
>
> Chris
> ---------
> RT 4.4 and RTIR training sessions, and a new workshop day! https://bestpractical.com/training
> * Boston - October 24-26
> * Los Angeles - Q1 2017
>
More information about the rt-users
mailing list