Skip to content
Snippets Groups Projects
Commit 4a8c1140 authored by Georg Ringer's avatar Georg Ringer Committed by Susanne Moog
Browse files

[BUGFIX] Move end tag of label in info module

To make the click on the label work, move the end tag
after the text.

Resolves: #79603
Releases: master
Change-Id: I5a8b0c5a2041118b3704bd1947c17dd833154c8a
Reviewed-on: https://review.typo3.org/51511


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Tested-by: default avatarSusanne Moog <susanne.moog@typo3.org>
parent 4ae81593
Branches
Tags
No related merge requests found
<div class="form-inline form-inline-spaced">
<f:format.raw>{dropdownMenu}</f:format.raw>
<div class="checkbox">
<label for="checkTsconf_alphaSort"><f:format.raw>{alphaSort}</f:format.raw></label>
{f:translate(key: 'LLL:EXT:info_pagetsconfig/Resources/Private/Language/locallang.xlf:sort_alphabetic')}
<label for="checkTsconf_alphaSort">
<f:format.raw>{alphaSort}</f:format.raw>
{f:translate(key: 'LLL:EXT:info_pagetsconfig/Resources/Private/Language/locallang.xlf:sort_alphabetic')}
</label>
</div>
</div>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment