Table row wasn't closed (#1310)

Co-authored-by: Ivo <ivo-gitlab@schooneman.net>
This commit is contained in:
Ivo-tje 2020-10-01 20:00:00 +02:00 committed by GitHub
parent d7b76aadb2
commit 89cde158d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ void write_row(AsyncResponseStream *stream, Nameable *obj, const std::string &kl
stream->print("</td><td></td><td>");
stream->print(action.c_str());
stream->print("</td>");
stream->print("</tr>");
}
UrlMatch match_url(const std::string &url, bool only_domain = false) {