From 25251d4bf7591662df2825c13411f9051eab1a48 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 3 Mar 2014 17:36:12 +0100 Subject: Fix mail template to use p() for colors Now using p() instead of print_unescaped() for colors. --- core/templates/mail.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core') diff --git a/core/templates/mail.php b/core/templates/mail.php index 854240a976f..ae46eaca788 100644 --- a/core/templates/mail.php +++ b/core/templates/mail.php @@ -2,9 +2,9 @@ - - + @@ -27,7 +27,7 @@ p($l->t('Cheers!')); -- cgit v1.2.3
  -<?php p($theme->getName()); ?> +  +<?php p($theme->getName()); ?>
 
--
getName()); ?> - getSlogan()); ?> -
getBaseUrl());?> +
getBaseUrl());?>