summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.cpp
diff options
context:
space:
mode:
authorRunitai <>2010-01-11 11:24:04 -0600
committerRunitai <>2010-01-11 11:24:04 -0600
commit78cb4204a471129a3f3486d33cf115de816de36c (patch)
treebd2d8ea33a1c9d8b2893a1e8efc480d5bb87dc3a /indra/llui/llurlentry.cpp
parent2a00a16f57daf7c3f99b0374901c03644a5b5f1b (diff)
parentfddc7d856e420b24e67f1f20af7bc45817a1a8fb (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)