diff options
| author | 2024-03-17 22:49:12 +0100 | |
|---|---|---|
| committer | 2024-03-17 22:49:12 +0100 | |
| commit | 6bd6494ad48c4894befed44e9c3f753c123aca5d (patch) | |
| tree | c275e183b49904f0e85386380f4f1f685e710ee8 /app/views/configure/system.phtml | |
| parent | d7bc70e3fb9785ee74e3d446d7a11858a083fe6a (diff) | |
fixed HTML: <fieldset> + <legend> (#6202)
* legend tags cleaned
* formgroup -> fieldset tag
* add bookmarklet class
* Update logs.phtml
* Update logs.phtml
* fixed log table text alignment
Diffstat (limited to 'app/views/configure/system.phtml')
| -rw-r--r-- | app/views/configure/system.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/system.phtml b/app/views/configure/system.phtml index 809b869a9..bd1c91fd1 100644 --- a/app/views/configure/system.phtml +++ b/app/views/configure/system.phtml @@ -74,7 +74,7 @@ </div> </div> - <legend><?= _t('admin.system.registration.title') ?></legend> + <h2><?= _t('admin.system.registration.title') ?></h2> <div class="form-group"> <label class="group-name" for="max-registrations-select"><?= _t('admin.system.registration.select.label') ?></label> |
