mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +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);
|
||||
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";
|
||||
std::string content = ss.str();
|
||||
|
|
Loading…
Reference in a new issue