Skip to content

Commit

Permalink
Fix errors in Chrome with label
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinkeltje authored Dec 23, 2024
1 parent 5b93f60 commit 99ccf39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/template/aurelia/layouts/topic/edit/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<?php if ($this->selectcatlist !== false) : ?>
<div class="form-group row">
<!-- Material input -->
<label for="inputCatlist" class="col-sm-2 col-form-label"><?php echo Text::_('COM_KUNENA_CATEGORY') ?></label>
<label for="postcatid" class="col-sm-2 col-form-label"><?php echo Text::_('COM_KUNENA_CATEGORY') ?></label>
<div class="col-md-10">
<div class="md-form mt-0">
<div class="controls"> <?php echo $this->selectcatlist ?> </div>
Expand Down Expand Up @@ -308,7 +308,7 @@
<?php if (!empty($this->topicIcons)) : ?>
<div class="form-group row" id="kpost-topicIcons">
<!-- Material input -->
<label for="inputIcon" class="col-sm-2 col-form-label"><?php echo Text::_('COM_KUNENA_GEN_TOPIC_ICON'); ?></label>
<p class="col-sm-2 col-form-label"><?php echo Text::_('COM_KUNENA_GEN_TOPIC_ICON'); ?></p>
<div class="col-md-10">
<div id="iconset_inject" class="controls controls-select">
<div id="iconset_topicList">
Expand Down

0 comments on commit 99ccf39

Please sign in to comment.