mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
correct jump link
This commit is contained in:
parent
e2ef88229f
commit
1c9160c37d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue