From 962d2809960a0fdce073db9e4f811092eed452de Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Tue, 22 Aug 2017 12:00:05 +0200 Subject: [PATCH] [FOLLOWUP][BUGFIX] Fix broken table layout of Upgrade Wizards table Change an invalid class name. Change-Id: I146cbb27dae6e9b1044ef8e296989d7a6dba7056 Resolves: #82150 Releases: master Reviewed-on: https://review.typo3.org/53766 Reviewed-by: Joerg Kummer <typo3@enobe.de> Tested-by: Joerg Kummer <typo3@enobe.de> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> --- .../Private/Partials/Action/Tool/Upgrade/UpgradeWizards.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Upgrade/UpgradeWizards.html b/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Upgrade/UpgradeWizards.html index 646a7405340e..dc7787d43a8c 100644 --- a/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Upgrade/UpgradeWizards.html +++ b/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Upgrade/UpgradeWizards.html @@ -83,7 +83,7 @@ </div> <div class="t3js-upgradeWizards-done-row-template"> <table> - <tbody class="this table and tbody tag will be removed in JS, only the tr is used!"> + <tbody class="table-and-tbody-tag-will-be-removed-in-JS-only-tr-is-used"> <tr> <td> <button -- GitLab