Fix whitespace for paginator counter call

This commit is contained in:
AD7six 2015-02-23 16:46:43 +00:00
parent b151295f1b
commit 5066bc33b4
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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">