Fixed: Resolve http-equiv refresh url
This commit is contained in:
parent
248c7e14a7
commit
f68c84e361
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue