mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
fixing typo in bake index template
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5499 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
e98d6cbb51
commit
28ebd0bf66
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<h2><?php echo "<?php __('{$pluralHumanName}');?>";?></h2>
|
||||
<p>
|
||||
<?php echo "<?php
|
||||
echo $paginator->counter(array(
|
||||
echo \$paginator->counter(array(
|
||||
'format' => 'Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%'
|
||||
));
|
||||
?>";?>
|
||||
|
|
Loading…
Reference in a new issue