summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.cpp
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2010-06-10 17:21:11 +0300
committerYuri Chebotarev <ychebotarev@productengine.com>2010-06-10 17:21:11 +0300
commita797948a18d3f09244348526852524527f3f8e27 (patch)
tree7531629b93a27e09e00cb4539385564566a48a08 /indra/newview/llchathistory.cpp
parent591aa0d5be809a8ce0ba314493a9c3a8dfee8b9b (diff)
parentac9543be9eb6e3c4b929142d0d2758ebf1885ac8 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r--indra/newview/llchathistory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp
index 0bd03571da..961969a5c5 100644
--- a/indra/newview/llchathistory.cpp
+++ b/indra/newview/llchathistory.cpp
@@ -667,7 +667,7 @@ void LLChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL
// (don't let object names with hyperlinks override our objectim Url)
LLStyle::Params link_params(style_params);
link_params.color.control = "HTMLLinkColor";
- link_params.link_href = url;
+ link_params.link_href = LLURI::escape(url);
mEditor->appendText("<nolink>" + chat.mFromName + "</nolink>" + delimiter,
false, link_params);
}