diff --git a/src/ustreamer/data/index.html b/src/ustreamer/data/index.html
index bcba612..fc700f8 100644
--- a/src/ustreamer/data/index.html
+++ b/src/ustreamer/data/index.html
@@ -12,30 +12,30 @@
-
- /state
+ /state
Get JSON structure with the state of the server.
-
- /snapshot
+ /snapshot
Get a current actual image from the server.
-
- /stream
+ /stream
Get a live stream. Query params:
-
key=abc123
The user-defined key, which is part of cookie stream_client, which allows
- the stream client to determine its identifier and view statistics using /state.
+ the stream client to determine its identifier and view statistics using /state.
-
extra_headers=1
- Add X-UStreamer-* headers to the /stream handle
- (like with the /snapshot).
+ Add X-UStreamer-* headers to the /stream handle
+ (like with the /snapshot).
-
@@ -62,9 +62,9 @@
The mjpg-streamer compatibility layer:
diff --git a/src/ustreamer/data/index_html.c b/src/ustreamer/data/index_html.c
index 9fa349d..4c8ad7b 100644
--- a/src/ustreamer/data/index_html.c
+++ b/src/ustreamer/data/index_html.c
@@ -37,30 +37,30 @@ const char *const HTML_INDEX_PAGE = " \
\
\
- \
- /state
\
+ /state
\
Get JSON structure with the state of the server. \
\
\
- \
- /snapshot
\
+ /snapshot
\
Get a current actual image from the server. \
\
\
- \
- /stream
\
+ /stream
\
Get a live stream. Query params:
\
\
\
- \
key=abc123
\
The user-defined key, which is part of cookie stream_client, which allows
\
- the stream client to determine its identifier and view statistics using /state. \
+ the stream client to determine its identifier and view statistics using /state. \
\
\
- \
extra_headers=1
\
- Add X-UStreamer-* headers to the /stream handle \
- (like with the /snapshot). \
+ Add X-UStreamer-* headers to the /stream handle \
+ (like with the /snapshot). \
\
\
- \
@@ -87,9 +87,9 @@ const char *const HTML_INDEX_PAGE = " \
The mjpg-streamer compatibility layer:
\
\
\
\
\