Possible solution for Issue 954: Singularity Alpha Build 4701 EULA file missing on first login.

This commit is contained in:
Inusaito Sayori
2014-07-31 11:20:17 -04:00
parent ce265b3948
commit 9096265bff

View File

@@ -593,7 +593,7 @@ void LLMediaCtrl::navigateToLocalPage( const std::string& subdir, const std::str
{
mCurrentNavUrl = expanded_filename;
mMediaSource->setSize(mTextureWidth, mTextureHeight);
mMediaSource->navigateTo(expanded_filename, "text/html", false);
mMediaSource->navigateTo(LLWeb::escapeURL(expanded_filename), "text/html", false);
}
}