29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-08-03 17:50:26 +00:00

[4.3] Single line comment (#41168)

* [4.3] Single line comment

Codestyle fix

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

* Update default.php
This commit is contained in:
Brian Teeman 2023-07-15 10:53:56 +01:00 committed by GitHub
parent c0b1cbc56d
commit 87012fa74c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ if (count($this->filterForm->getField('context')->options) > 1) {
<?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)

View File

@ -166,7 +166,7 @@ if (count($this->filterForm->getField('context')->options) > 1) {
<?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)