From: sushantpaste Date: Mon, 21 Mar 2016 09:10:29 +0000 (+0530) Subject: Fixes for Note preview CSS X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=281d64dbf8e4e5376324436954994a6a13c15eff;p=civicrm-core.git Fixes for Note preview CSS --- 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"}