From 50505bb7c3fa2c20e44bc516912af841b7d8dedb Mon Sep 17 00:00:00 2001 From: Fabio Norbutat <noreply@example.com> Date: Mon, 6 Nov 2023 07:54:38 +0000 Subject: [PATCH] [DOCS] Use proper yaml quoting in MakeRefreshable.rst Invalid char encoding has slipped into an yaml example snippet for ext:dashboard. This change use the correct quoting to fix this. Releases: main, 12.4, 11.5 Resolves: #102319 Change-Id: I3dd2fd7a1aec51ad3f1ace7c6b914371e9e12342 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81657 Tested-by: Andreas Kienast <a.fernandez@scripting-base.de> Tested-by: core-ci <typo3@b13.com> Reviewed-by: Andreas Kienast <a.fernandez@scripting-base.de> --- .../dashboard/Documentation/Developer/MakeRefreshable.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/dashboard/Documentation/Developer/MakeRefreshable.rst b/typo3/sysext/dashboard/Documentation/Developer/MakeRefreshable.rst index 7255f1341610..be9071b5abe5 100644 --- a/typo3/sysext/dashboard/Documentation/Developer/MakeRefreshable.rst +++ b/typo3/sysext/dashboard/Documentation/Developer/MakeRefreshable.rst @@ -30,7 +30,7 @@ registration. Below is an example of a RSS widget with the refresh option enable tags: - name: dashboard.widget identifier: 'myOwnRSSWidget' - groupNames: ‘general’ + groupNames: 'general' title: 'LLL:EXT:extension/Resources/Private/Language/locallang.xlf:widgets.myOwnRSSWidget.title' description: 'LLL:EXT:extension/Resources/Private/Language/locallang.xlf:widgets.myOwnRSSWidget.description' iconIdentifier: 'content-widget-rss' -- GitLab