diff options
-rw-r--r-- | timelinejs.module | 2 |
1 files changed, 1 insertions, 1 deletions
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 .= '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">'; $output .= '<html><head>'; $output .= '<title>'. t('Timeline: @title', array('@title' => $node->title)) .'</title>'; - $output .= '</head></body>'; + $output .= '</head><body class="widget timeline-widget">'; $output .= timelinejs($nid, $width, $height); $output .= '</body></html>'; |