correct jump link

This commit is contained in:
orignal 2022-05-24 07:09:24 -04:00
parent e2ef88229f
commit 1c9160c37d

View File

@ -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();