summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-01-11 16:36:53 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-01-11 16:36:53 -0500
commitca97039e752bc868052a9c779314b39f8c11fe12 (patch)
treed64458befb7e92ef7bb27f4c1e987d3e7598b5b6 /indra/llui/llurlentry.cpp
parent8f4c2a59db47283e1edb8ae7f6dee4466b95d1e9 (diff)
parent370a8592ac4c3b6eb6fd9f6ddd35960b763e634f (diff)
merge
Diffstat (limited to 'indra/llui/llurlentry.cpp')
-rw-r--r--indra/llui/llurlentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp
index f7528bc62a..1b6dd1b264 100644
--- a/indra/llui/llurlentry.cpp
+++ b/indra/llui/llurlentry.cpp
@@ -101,7 +101,7 @@ std::string LLUrlEntryBase::getLabelFromWikiLink(const std::string &url)
{
start++;
}
- return url.substr(start, url.size()-start-1);
+ return unescapeUrl(url.substr(start, url.size()-start-1));
}
std::string LLUrlEntryBase::getUrlFromWikiLink(const std::string &string)