mod_http_index/mod_http_index.lua
changeset 3581 f169d9a513c6
parent 3340 4af114684e0a
child 3756 8992f84ca870
--- a/mod_http_index/mod_http_index.lua	Sun May 05 09:22:53 2019 +0200
+++ b/mod_http_index/mod_http_index.lua	Sun May 05 10:24:53 2019 +0200
@@ -40,7 +40,7 @@
 	table.sort(http_apps, function (a, b) return a.name < b.name; end);
 	event.response.headers.content_type = "text/html";
 	return render(base_template, {
-		title = "HTTP Apps";
+		title = "Prosody IM - HTTP Services";
 		items = http_apps;
 		prosody_version = prosody.version;
 		mod_name = module.name;