Fix rules list not being closed

This commit is contained in:
Travis Ralston 2019-09-27 19:53:24 -06:00
parent 42d27e6921
commit f1f7424de9

View File

@ -53,6 +53,9 @@ export async function execDumpRulesCommand(roomId: string, event: any, mjolnir:
html += "<li><i>No rules</i>";
text += "* No rules\n";
}
html += "</ul>";
text += "\n";
}
if (!hasLists) {