Skip to content

Commit

Permalink
[DOCS] Use proper yaml quoting in MakeRefreshable.rst
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabio Norbutat authored and andreaskienast committed Nov 6, 2023
1 parent 08c6714 commit 50505bb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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'
Expand Down

0 comments on commit 50505bb

Please sign in to comment.