Skip to content

Commit

Permalink
Typo in paginate AJAX example fixed.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
Signum committed Jul 31, 2008
1 parent c2e8eba commit 1891573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .hgignore
Expand Up @@ -14,3 +14,4 @@ build/
dist/
docs/html/docs
output/ProjectName
syntax: glob
2 changes: 1 addition & 1 deletion pylons/docs/helpers.rst
Expand Up @@ -306,7 +306,7 @@ Template ``list-partial.mako``:
${ c.employees.pager(
'Page $page: $link_previous $link_next ~4~',
onclick="$('#my-page-area').load('%s'); return false;"
onclick="$('#page-area').load('%s'); return false;"
) }
<ul>
% for employee in c.employees:
Expand Down

0 comments on commit 1891573

Please sign in to comment.