mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-17 21:26:04 +00: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 New Issue
Block a user