From 7ca316dba8b2f29ff2bc4064905ee96a2d32f49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 14 Mar 2022 09:43:21 +0100 Subject: [PATCH] Add required data-attribute --- .../Resources/Private/Templates/Country/Detail.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Country/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Country/Detail.html index 5227ca8c..f7926c85 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Country/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Country/Detail.html @@ -24,7 +24,9 @@
- {country.description -> f:format.html()} +
+ {country.description -> f:format.html()} +
- {country.descriptionExtended -> f:format.html()} + +
+ {country.descriptionExtended -> f:format.html()} +
+