Merge viewer-bear

master
Ansariel 2015-08-29 11:47:44 +02:00
commit 3cd1736f3d
2 changed files with 6 additions and 5 deletions

View File

@ -186,6 +186,7 @@ Ansariel Hiller
STORM-1984
STORM-1979
STORM-2105
MAINT-5533
Aralara Rajal
Arare Chantilly
CHUIBUG-191

View File

@ -242,12 +242,12 @@ void LLUriParser::glueSecond(std::string& uri) const
{
uri += '?';
uri += mQuery;
}
if (mFragment.size())
{
uri += '#';
uri += mFragment;
}
if (mFragment.size())
{
uri += '#';
uri += mFragment;
}
}