diff options
author | cash <cash.costello@gmail.com> | 2011-10-01 16:30:04 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-10-01 16:30:04 -0400 |
commit | 418078a8d4c157c1c88d196d3b24ff0f0893b764 (patch) | |
tree | 615483fc56236324cf58e7ce1b0319a1c5efeefb /mod/embed/start.php | |
parent | f352b05780a1896302d5a25936477b371c0f4dfd (diff) | |
download | elgg-418078a8d4c157c1c88d196d3b24ff0f0893b764.tar.gz elgg-418078a8d4c157c1c88d196d3b24ff0f0893b764.tar.bz2 |
cleaned up the embed item view and removed the inline js
Diffstat (limited to 'mod/embed/start.php')
-rw-r--r-- | mod/embed/start.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/embed/start.php b/mod/embed/start.php index a87776c7e..015c0c0e4 100644 --- a/mod/embed/start.php +++ b/mod/embed/start.php @@ -129,6 +129,7 @@ function embed_get_list_options($options = array()) { $defaults = array( 'limit' => 6, 'container_guid' => $container_guid, + 'item_class' => 'embed-item', ); $options = array_merge($defaults, $options); |