mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Table row wasn't closed (#1310)
Co-authored-by: Ivo <ivo-gitlab@schooneman.net>
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user