Skip to content

Commit 87012fa

Browse files
authored
[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
1 parent c0b1cbc commit 87012fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

administrator/components/com_fields/tmpl/fields/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<?php // load the pagination. ?>
199199
<?php echo $this->pagination->getListFooter(); ?>
200200

201-
<?php //Load the batch processing form. ?>
201+
<?php // Load the batch processing form. ?>
202202
<?php
203203
if (
204204
$user->authorise('core.create', $component)

administrator/components/com_fields/tmpl/groups/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<?php // load the pagination. ?>
167167
<?php echo $this->pagination->getListFooter(); ?>
168168

169-
<?php //Load the batch processing form. ?>
169+
<?php // Load the batch processing form. ?>
170170
<?php
171171
if (
172172
$user->authorise('core.create', $component)

0 commit comments

Comments
 (0)