comparison mod_http_muc_log/mod_http_muc_log.lua @ 3583:a36412d4fafd

mod_http_muc_log: Trim trailing whitespace [luacheck]
author Kim Alvefur <zash@zash.se>
date Sun, 05 May 2019 14:47:07 +0200
parents 444e2306c99a
children 3f8383c5a045
comparison
equal deleted inserted replaced
3582:444e2306c99a 3583:a36412d4fafd
351 }, i + 1; 351 }, i + 1;
352 end 352 end
353 end 353 end
354 354
355 table.sort(room_list, function (a, b) 355 table.sort(room_list, function (a, b)
356 return a.jid < b.jid; 356 return a.jid < b.jid;
357 end); 357 end);
358 358
359 response.headers.content_type = "text/html; charset=utf-8"; 359 response.headers.content_type = "text/html; charset=utf-8";
360 return render(template, { 360 return render(template, {
361 title = module:get_option_string("name", "Prosody Chatrooms"); 361 title = module:get_option_string("name", "Prosody Chatrooms");