Fixed: Resolve http-equiv refresh url

--HG--
branch : develop
feature/pipeline-tools
Nimetu 9 years ago
parent 5b3683bbd3
commit 131f3814a3

@ -1166,7 +1166,7 @@ namespace NLGUI
pos = toLower(content).find("url="); pos = toLower(content).find("url=");
if (pos != string::npos) if (pos != string::npos)
_RefreshUrl = content.substr(pos + 4); _RefreshUrl = getAbsoluteUrl(content.substr(pos + 4));
} }
_NextRefreshTime += timeSec; _NextRefreshTime += timeSec;

Loading…
Cancel
Save