From 701a5ff5f9d28c6a18153b4b0ff7ea1680308f01 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Wed, 26 Jun 2024 15:31:37 +0200 Subject: [PATCH] changes adsense --- src/app.cpp | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/app.cpp b/src/app.cpp index fa81b92..24b804f 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -132,10 +132,17 @@ 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) + header->addNew((std::string)"" + "" + "", Wt::TextFormat::UnsafeXHTML) ->setInline(true); header->setStyleClass("header"); }