diff options
author | cash <cash.costello@gmail.com> | 2011-09-24 17:29:41 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-09-24 17:29:41 -0400 |
commit | d9d3cc65e96c54332f22f90ac17b014dfe183ddf (patch) | |
tree | b30cece7ea6f4106689e90009281048c651e7552 /engine/lib/views.php | |
parent | 094267042bd67cc992d19bdeed7b64a27b409376 (diff) | |
download | elgg-d9d3cc65e96c54332f22f90ac17b014dfe183ddf.tar.gz elgg-d9d3cc65e96c54332f22f90ac17b014dfe183ddf.tar.bz2 |
Fixes #3828 correct list classes
Diffstat (limited to 'engine/lib/views.php')
-rw-r--r-- | engine/lib/views.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php index f6e5aa6b8..9a236508f 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -1044,7 +1044,7 @@ $list_type_toggle = true, $pagination = true) { function elgg_view_annotation_list($annotations, array $vars = array()) { $defaults = array( 'items' => $annotations, - 'list_class' => 'elgg-annotation-list', + 'list_class' => 'elgg-list-annotation elgg-annotation-list', // @todo remove elgg-annotation-list in Elgg 1.9 'full_view' => true, 'offset_key' => 'annoff', ); |