mirror of
https://github.com/esphome/esphome.git
synced 2025-07-27 21:56:34 +00:00
Table row wasn't closed (#1310)
Co-authored-by: Ivo <ivo-gitlab@schooneman.net>
This commit is contained in:
parent
d7b76aadb2
commit
89cde158d6
@ -31,6 +31,7 @@ void write_row(AsyncResponseStream *stream, Nameable *obj, const std::string &kl
|
|||||||
stream->print("</td><td></td><td>");
|
stream->print("</td><td></td><td>");
|
||||||
stream->print(action.c_str());
|
stream->print(action.c_str());
|
||||||
stream->print("</td>");
|
stream->print("</td>");
|
||||||
|
stream->print("</tr>");
|
||||||
}
|
}
|
||||||
|
|
||||||
UrlMatch match_url(const std::string &url, bool only_domain = false) {
|
UrlMatch match_url(const std::string &url, bool only_domain = false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user