aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/embed/start.php')
-rw-r--r--mod/embed/start.php1
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);