diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-19 07:47:04 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-19 07:47:04 -0800 |
commit | 8ce1d188068214103515decd71532bf69a36320c (patch) | |
tree | 586985b4b523b2decec64ab0aebce2298805f8d2 /modules | |
parent | 678e22996d73b96833c48d94751344a6bd8f2899 (diff) | |
parent | a4d5269db5b39ad76c49427ecf229a76ef428d84 (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment/views/admin_comments.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index 20236a7a..f58267bd 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -193,7 +193,7 @@ <? endforeach ?> </table> - <div class="g-pager"> + <div class="g-paginator"> <?= $pager ?> </div> |