mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Fix whitespace for paginator counter call
This commit is contained in:
parent
b151295f1b
commit
5066bc33b4
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
||||||
<p>
|
<p>
|
||||||
<?php echo "<?php
|
<?php echo "<?php
|
||||||
echo \$this->Paginator->counter(array(
|
echo \$this->Paginator->counter(array(
|
||||||
'format' => __('Page {:page} of {:pages}, showing {:current} records out of {:count} total, starting on record {:start}, ending on {:end}')
|
'format' => __('Page {:page} of {:pages}, showing {:current} records out of {:count} total, starting on record {:start}, ending on {:end}')
|
||||||
));
|
));
|
||||||
?>"; ?>
|
?>"; ?>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
<p>
|
<p>
|
||||||
<?php
|
<?php
|
||||||
echo $this->Paginator->counter(array(
|
echo $this->Paginator->counter(array(
|
||||||
'format' => __('Page {:page} of {:pages}, showing {:current} records out of {:count} total, starting on record {:start}, ending on {:end}')
|
'format' => __('Page {:page} of {:pages}, showing {:current} records out of {:count} total, starting on record {:start}, ending on {:end}')
|
||||||
));
|
));
|
||||||
?> </p>
|
?> </p>
|
||||||
<div class="paging">
|
<div class="paging">
|
||||||
|
|
Loading…
Add table
Reference in a new issue