From ed96b9b69718246532196f03c0f3bf17545ef299 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 26 Jun 2013 17:40:19 -0300 Subject: Fixing embed size --- timelinejs.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/timelinejs.module b/timelinejs.module index 2fc660f..30c6e92 100644 --- a/timelinejs.module +++ b/timelinejs.module @@ -181,9 +181,9 @@ function timelinejs_widget($nid = NULL, $width = '960px', $height = '500px') { // Format output and include timeline. $output = ''; $output .= ''; - $output .= ''; + $output .= ''; $output .= ''. t('Timeline: @title', array('@title' => $node->title)) .''; - $output .= ''; + $output .= ''; $output .= timelinejs($nid, $width, $height); $output .= ''; -- cgit v1.2.3