Skip to content

Commit

Permalink
remove hr
Browse files Browse the repository at this point in the history
  • Loading branch information
rjharishabh committed May 20, 2021
1 parent a07bc77 commit 7936469
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/com_config/tmpl/modules/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@

<div class="row mb-4">
<div class="col-md-12">

<div class="control-group">
<div class="control-label">
<?php echo $this->form->getLabel('title'); ?>
Expand All @@ -86,8 +85,6 @@
</div>
</div>

<hr>

<?php if (Factory::getUser()->authorise('core.edit.state', 'com_modules.module.' . $this->item['id'])) : ?>
<div class="control-group">
<div class="control-label">
Expand Down Expand Up @@ -153,8 +150,6 @@
</div>
</div>

<hr>

<div id="options">
<?php echo $this->loadTemplate('options'); ?>
</div>
Expand Down

0 comments on commit 7936469

Please sign in to comment.