summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-10-25 16:10:35 -0400
committerLoren Shih <seraph@lindenlab.com>2010-10-25 16:10:35 -0400
commit066986a09ee2f1c046023619242385eda345d9b5 (patch)
treea3c30313c870cdf669f9b22169a4981187625287 /indra/llui/llurlentry.cpp
parent6368f6f84958c8c3c2e48c9f47ec98c7e35308c7 (diff)
parent1a53efe23335c3a92ce1c279d7487fb979141211 (diff)
Automated merge up from viewer-development
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 f58c07754f..f49dfec82b 100644
--- a/indra/llui/llurlentry.cpp
+++ b/indra/llui/llurlentry.cpp
@@ -972,7 +972,7 @@ std::string LLUrlEntryWorldMap::getLocation(const std::string &url) const
//
LLUrlEntryNoLink::LLUrlEntryNoLink()
{
- mPattern = boost::regex("<nolink>[^<]*</nolink>",
+ mPattern = boost::regex("<nolink>.*</nolink>",
boost::regex::perl|boost::regex::icase);
}