mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
correct jump link
This commit is contained in:
parent
e2ef88229f
commit
1c9160c37d
|
@ -184,7 +184,7 @@ namespace proxy {
|
||||||
{
|
{
|
||||||
auto js = jumpservices.find (jump);
|
auto js = jumpservices.find (jump);
|
||||||
if (js != jumpservices.end())
|
if (js != jumpservices.end())
|
||||||
ss << " <li><a href=\"" << js->first << host << "\">" << js->second << "</a></li>\r\n";
|
ss << " <li><a href=\"" << js->second << host << "\">" << js->first << "</a></li>\r\n";
|
||||||
}
|
}
|
||||||
ss << "</ul>\r\n";
|
ss << "</ul>\r\n";
|
||||||
std::string content = ss.str();
|
std::string content = ss.str();
|
||||||
|
|
Loading…
Reference in a new issue