Skip to content

Commit

Permalink
[BUGFIX] Remove superfluous characters in user setup
Browse files Browse the repository at this point in the history
Resolves: #96826
Related: #96776
Releases: main
Change-Id: I8f4f0cd2efdf815c6f0d9d2ab146ce4859d1ecad
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73419
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Nikita Hovratov <nikita.h@live.de>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Nikita Hovratov <nikita.h@live.de>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
o-ba authored and bmack committed Feb 11, 2022
1 parent 7fb2d2f commit c32fcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typo3/sysext/setup/Resources/Private/Templates/Main.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>
<div>
<input type="hidden" name="formToken" value="{formToken}" />
<input type="hidden" value="1" name="data[save]" />
<input type="hidden" name="data[setValuesToDefault]" value="0" id="setValuesToDefault" />';
<input type="hidden" name="data[setValuesToDefault]" value="0" id="setValuesToDefault" />
</div>
</div>
</form>
Expand Down

0 comments on commit c32fcc6

Please sign in to comment.