From c32e6d6d93fd0e148cc8b70ad21a1427c41adbb0 Mon Sep 17 00:00:00 2001 From: Torben Hansen Date: Wed, 6 Dec 2023 08:46:51 +0100 Subject: [PATCH] [DOCS] Fixed SEO sitemap future events example --- Documentation/ForAdministrators/Seo/Sitemap/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ForAdministrators/Seo/Sitemap/Index.rst b/Documentation/ForAdministrators/Seo/Sitemap/Index.rst index 08283fff4..e14390cec 100644 --- a/Documentation/ForAdministrators/Seo/Sitemap/Index.rst +++ b/Documentation/ForAdministrators/Seo/Sitemap/Index.rst @@ -49,4 +49,4 @@ The example below shows a XML Sitemap configuration for sf_event_mgt:: Note, that you must replace :php:`` and :php:`` with your own values. .. tip:: - When you only want to show future events, you can extend the config by :php:`additionalWhere = `tx_sfeventmgt_domain_model_event`.`enddate` > UNIX_TIMESTAMP()` + When you only want to show future events, you can extend the config by :php:`additionalWhere = tx_sfeventmgt_domain_model_event.enddate > UNIX_TIMESTAMP()`