@@ -166,7 +166,7 @@ |
||
166 | 166 | $end = $this->_getEndPage(); |
167 | 167 | |
168 | 168 | $pageList = ''; |
169 | - for ($i = $this->_getStartPage(); $i <= $end; $i ++) |
|
169 | + for ($i = $this->_getStartPage(); $i <= $end; $i++) |
|
170 | 170 | { |
171 | 171 | $pageList .= $this->_renderListItem($i, $this->_buildPageUrl($i)); |
172 | 172 | } |