diff --git a/examples/server/index.html.cpp b/examples/server/index.html.cpp index 4c5183edf..3134f7923 100644 --- a/examples/server/index.html.cpp +++ b/examples/server/index.html.cpp @@ -167,8 +167,8 @@ R"htmlraw(
` } @@ -185,7 +185,7 @@ R"htmlraw( }, [messages]) const chatLine = ([user, msg]) => { - return html`${template(user, {})}: ${template(msg, {})}
` + return html`${template(user)}: ${template(msg)}
` }; return html` @@ -251,15 +251,15 @@ R"htmlraw(${template(user, {})}: ${template(msg, {})}
` + return html`${template(user)}: ${template(msg)}
` }; return html` @@ -250,15 +250,15 @@