diff --git a/src/eloquent_esp32cam/viz/mjpeg.h b/src/eloquent_esp32cam/viz/mjpeg.h
index 6f0cba6f..bbca76d6 100644
--- a/src/eloquent_esp32cam/viz/mjpeg.h
+++ b/src/eloquent_esp32cam/viz/mjpeg.h
@@ -164,7 +164,7 @@ namespace Eloquent {
return;
}
- String html = String("
";
+ String html = String("
";
web->send(200, "text/html", html);
});
}