diff options
author | plegall <plg@piwigo.org> | 2016-01-22 22:01:42 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-01-22 22:01:42 +0100 |
commit | 025bc0533dc6940194fbc315e72dc0905e351518 (patch) | |
tree | 2af3583533aab78b8ab004be9637487b0c59b090 /themes/default/template/mail/text/html/global-mail-css.tpl | |
parent | 727b9827afbba94be2cb7ed99f036f86ef9bd06e (diff) |
bug #405, keep vanilla Smarty and remove {strip} for CSS emails
Diffstat (limited to 'themes/default/template/mail/text/html/global-mail-css.tpl')
-rw-r--r-- | themes/default/template/mail/text/html/global-mail-css.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/default/template/mail/text/html/global-mail-css.tpl b/themes/default/template/mail/text/html/global-mail-css.tpl index 59a1bde2f..23a3be3a3 100644 --- a/themes/default/template/mail/text/html/global-mail-css.tpl +++ b/themes/default/template/mail/text/html/global-mail-css.tpl @@ -1,4 +1,3 @@ -{strip} /* page */ body { font-family:"Verdana", "Helvetica", "Optima", sans-serif; @@ -102,4 +101,3 @@ hr { border-style:solid; margin:1em; } -{/strip}
\ No newline at end of file |