From b62639db6b3a4f41d2a2d1be5de94dd8e661fdfb Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Sat, 4 Apr 2009 21:35:00 +0000 Subject: [PATCH] do not escape name in template git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@450 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/messenger/webim/styles/default/templates/chat.tpl | 4 ++-- src/messenger/webim/styles/original/templates/chat.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/messenger/webim/styles/default/templates/chat.tpl b/src/messenger/webim/styles/default/templates/chat.tpl index 7a865c4d..d07a967a 100644 --- a/src/messenger/webim/styles/default/templates/chat.tpl +++ b/src/messenger/webim/styles/default/templates/chat.tpl @@ -127,9 +127,9 @@ ${if:agent} ${if:historyParams} ${msg:chat.window.chatting_with} - ${print:ct.user.name} + ${page:ct.user.name} ${else:historyParams} - ${msg:chat.window.chatting_with} ${print:ct.user.name} + ${msg:chat.window.chatting_with} ${page:ct.user.name} ${endif:historyParams} ${endif:agent} diff --git a/src/messenger/webim/styles/original/templates/chat.tpl b/src/messenger/webim/styles/original/templates/chat.tpl index 46407965..c2e77063 100644 --- a/src/messenger/webim/styles/original/templates/chat.tpl +++ b/src/messenger/webim/styles/original/templates/chat.tpl @@ -122,9 +122,9 @@ ${if:agent} ${if:historyParams} ${msg:chat.window.chatting_with} - ${print:ct.user.name} + ${page:ct.user.name} ${else:historyParams} - ${msg:chat.window.chatting_with} ${print:ct.user.name} + ${msg:chat.window.chatting_with} ${page:ct.user.name} ${endif:historyParams} ${endif:agent}