diff --git a/src/MjpegServerImpl.cpp b/src/MjpegServerImpl.cpp index d4d77dfb7d..2b3c31b08f 100644 --- a/src/MjpegServerImpl.cpp +++ b/src/MjpegServerImpl.cpp @@ -60,11 +60,16 @@ static const char* startRootPage = "\n" " border: 1px solid black;\n" " border-collapse: collapse;\n" "}\n" + ".settings { float: left; }\n" + ".stream { display: inline-block; margin-left: 10px; }\n" "\n" "CameraServer\n" + "
\n" "

\n" - "Settings JSON\n"; -static const char* endRootPage =""; + "Settings JSON\n" + "

\n" + "
\n"; +static const char* endRootPage ="
"; class MjpegServerImpl::ConnThread : public wpi::SafeThread { public: