From e03789abb4e5d5a3f78fcb1428aab18770f4b90a Mon Sep 17 00:00:00 2001
From: Alexander Obert <noreply@example.com>
Date: Fri, 24 Apr 2020 23:14:54 +0000
Subject: [PATCH] [TASK] Update Feature-80579-ImprovedJavaScriptModalAPI.rst

Releases: master, 9.5
Resolves: #91189
Change-Id: Ice3d01530ce595b353fc90a5d672573b9a8d7d78
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64314
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
---
 .../Changelog/8.7/Feature-80579-ImprovedJavaScriptModalAPI.rst  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80579-ImprovedJavaScriptModalAPI.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80579-ImprovedJavaScriptModalAPI.rst
index 9cff57d40587..50e413e460f4 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80579-ImprovedJavaScriptModalAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80579-ImprovedJavaScriptModalAPI.rst
@@ -158,7 +158,7 @@ The configuration accepts an array of single button definitions.
          {
             text: 'Save changes',
             name: 'save',
-            icon: 'actions-document-save'
+            icon: 'actions-document-save',
             active: true,
             btnClass: 'btn-primary',
             dataAttributes: {
-- 
GitLab