Skip to content
Snippets Groups Projects
Commit efd41378 authored by Oz Linden's avatar Oz Linden
Browse files

merge changes for storm-632

parents 91ac6b16 ba129fff
No related branches found
No related tags found
No related merge requests found
......@@ -1134,7 +1134,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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment