From d54daa4b81982988f1cf2bfe91168aed0447593c Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 22 Jul 2013 15:58:28 -0300 Subject: Fixing widget margin --- timelinejs.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timelinejs.module b/timelinejs.module index 54a0412..19cc0cb 100644 --- a/timelinejs.module +++ b/timelinejs.module @@ -184,7 +184,7 @@ function timelinejs_widget($nid = NULL, $width = '960px', $height = '500px') { $output .= ''; $output .= ''; $output .= ''. t('Timeline: @title', array('@title' => $node->title)) .''; - $output .= ''; + $output .= ''; $output .= timelinejs($nid, $width, $height); $output .= ''; -- cgit v1.2.3