From 281d64dbf8e4e5376324436954994a6a13c15eff Mon Sep 17 00:00:00 2001 From: sushantpaste Date: Mon, 21 Mar 2016 14:40:29 +0530 Subject: [PATCH] Fixes for Note preview CSS --- templates/CRM/Contact/Page/View/Note.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Page/View/Note.tpl b/templates/CRM/Contact/Page/View/Note.tpl index f30560f870..8c2081274d 100644 --- a/templates/CRM/Contact/Page/View/Note.tpl +++ b/templates/CRM/Contact/Page/View/Note.tpl @@ -31,7 +31,7 @@ {ts}Subject{/ts}{$note.subject} {ts}Date:{/ts}{$note.modified_date|crmDate} {ts}Privacy:{/ts}{$note.privacy} - {$note.note|nl2br} + {ts}Privacy:{/ts}{$note.note|nl2br} {if $currentAttachmentInfo} {include file="CRM/Form/attachment.tpl"} -- 2.25.1