Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
joomdonation committed Feb 26, 2021
1 parent 6d801c2 commit 3615d42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/com_content/tmpl/form/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@
<?php echo Text::_('JSAVE'); ?>
</button>
<?php if ($this->showSaveAsCopy) : ?>
<button type="button" class="btn btn-primary" data-submit-task="article.save">
<span class="icon-check" aria-hidden="true"></span>
<button type="button" class="btn btn-primary" data-submit-task="article.save">
<span class="icon-check" aria-hidden="true"></span>
<?php echo Text::_('JSAVEASCOPY'); ?>
</button>
</button>
<?php endif; ?>
<button type="button" class="btn btn-danger" data-submit-task="article.cancel">
<span class="icon-times" aria-hidden="true"></span>
Expand Down

0 comments on commit 3615d42

Please sign in to comment.