From 6742b813c447d6fb76ff56f5ceb10c37e0a0975b Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Wed, 26 Jun 2024 15:51:41 +0200 Subject: [PATCH] fix --- src/app.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app.cpp b/src/app.cpp index 24b804f..dda03fc 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -132,16 +132,16 @@ Wt::WHBoxLayout *App::createActionLayout(Wt::WVBoxLayout *verticalContainer) { void App::createHeadContainer(Wt::WVBoxLayout *layout) { auto header = layout->addNew(); header->addNew("

ypChat

")->setInline(true); - header->addNew((std::string)"" - "" - "" + + "" + + "", Wt::TextFormat::UnsafeXHTML) ->setInline(true); header->setStyleClass("header");