Skip to content

Commit

Permalink
removed 2 empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Kende committed Oct 1, 2012
1 parent f5be83d commit fa5d2c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Cake/Console/Templates/default/views/index.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,13 @@
echo "<?php endforeach; ?>\n";
?>
</table>

<p>
<?php echo "<?php
echo \$this->Paginator->counter(array(
'format' => __('Page {:page} of {:pages}, showing {:current} records out of {:count} total, starting on record {:start}, ending on {:end}')
));
?>"; ?>
</p>

<div class="paging">
<?php
echo "<?php\n";
Expand Down

0 comments on commit fa5d2c1

Please sign in to comment.