mirror of https://notabug.org/acetone/ircabot.git
root date link for middle path
parent
a83df8b12c
commit
4a5086a600
|
@ -353,7 +353,7 @@ void HttpServer::writeMainPage(QTcpSocket *socket, QString &urlPath)
|
|||
|
||||
replaceTag(page, "MAIN_HEADER", originalChannelName);
|
||||
|
||||
QString middlePath = "/";
|
||||
QString middlePath = "<a style=\"text-decoration: none\" href=\"/"+server+"/"+channel+"\">" + "/" + "</a>";
|
||||
if (not year.isEmpty()) {
|
||||
middlePath += "<a style=\"text-decoration: none\" href=\"/"+server+"/"+channel+"/"+year+"\">" + year + "</a>";
|
||||
if (not month.isEmpty()) {
|
||||
|
|
Loading…
Reference in New Issue