1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

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

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) {