mod_http_muc_log/mod_http_muc_log.lua
changeset 3722 cc6f7e2e4a59
parent 3719 f03a023cd523
child 3726 bdbbf11eac0c
--- a/mod_http_muc_log/mod_http_muc_log.lua	Sun Oct 13 16:55:57 2019 +0200
+++ b/mod_http_muc_log/mod_http_muc_log.lua	Sun Oct 13 16:56:52 2019 +0200
@@ -248,7 +248,7 @@
 		years = years;
 		links = {
 			{ href = "../", rel = "up", text = "Room list" },
-			{ href = "latest", text = "Latest" },
+			{ href = "latest", rel = "last", text = "Latest" },
 		};
 	});
 end