Skip to content

Commit

Permalink
Label issue Chrome - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinkeltje authored Dec 23, 2024
1 parent 99ccf39 commit b3ab8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/template/aurelia/layouts/message/edit/quickreply.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@
endif; ?> value="<?php echo $message->displayField('subject'); ?>" />
</div>
<div class="form-group">
<label class="col-md-12 control-label" style="padding:0;">
<div class="col-md-12 control-label" style="padding:0;">
<?php echo Text::_('COM_KUNENA_MESSAGE'); ?>:
</label>
</div>
<?php if ($editor == 1) {
echo $this->subLayout('Widget/Editor')->setLayout('wysibb_quick')->set('message', $this->message)->set('config', $config);
} else {
Expand Down

0 comments on commit b3ab8ca

Please sign in to comment.