Skip to content

Commit

Permalink
[4.3] Single line comment (#41168)
Browse files Browse the repository at this point in the history
* [4.3] Single line comment

Codestyle fix

(spotted while doing something else - might as well fix it)

* Update default.php
  • Loading branch information
brianteeman authored Jul 15, 2023
1 parent c0b1cbc commit 87012fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<?php // load the pagination. ?>
<?php echo $this->pagination->getListFooter(); ?>

<?php //Load the batch processing form. ?>
<?php // Load the batch processing form. ?>
<?php
if (
$user->authorise('core.create', $component)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<?php // load the pagination. ?>
<?php echo $this->pagination->getListFooter(); ?>

<?php //Load the batch processing form. ?>
<?php // Load the batch processing form. ?>
<?php
if (
$user->authorise('core.create', $component)
Expand Down

0 comments on commit 87012fa

Please sign in to comment.