From 418078a8d4c157c1c88d196d3b24ff0f0893b764 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 1 Oct 2011 16:30:04 -0400 Subject: cleaned up the embed item view and removed the inline js --- mod/embed/start.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/embed/start.php') 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); -- cgit v1.2.3