mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Table row wasn't closed (#1310)
Co-authored-by: Ivo <ivo-gitlab@schooneman.net>
This commit is contained in:
parent
d7b76aadb2
commit
89cde158d6
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue