summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-10-27 14:27:10 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-10-27 14:27:10 -0400
commit1aee2f0d4d16548660df4995aaf3c349304962af (patch)
tree6a39c4a881013a2e0964c1f5a63567843c79ab89 /indra/llui/llurlentry.cpp
parente75fd8beb15fb89e7aba253cac989b242566c512 (diff)
parent92959895e2763e51b6ef9fab5a14e0d0930d4f2c (diff)
pull from hg.lindenlab.com/viewer-mesh to mesh-development
Note all future commits should happen in public mesh-development. Will ping internal devs to make sure they transition over.
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);
}