From 5111989ef3567be4a30f2db7449601c21c5d7d08 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 5 Jun 2013 16:51:34 -0300 Subject: Adding classes to widget body --- timelinejs.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timelinejs.module b/timelinejs.module index 2a4db84..8949b6c 100644 --- a/timelinejs.module +++ b/timelinejs.module @@ -174,7 +174,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