From df60f5e42bc2f0a29b855a54708c033939802231 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Oct 2011 23:27:27 -0300 Subject: Minor fix --- muamba-widget.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'muamba-widget.tpl.php') diff --git a/muamba-widget.tpl.php b/muamba-widget.tpl.php index 062558b..d2c6ca7 100644 --- a/muamba-widget.tpl.php +++ b/muamba-widget.tpl.php @@ -13,8 +13,8 @@ global $user; drupal_add_js($path .'/muamba.js'); drupal_add_css($path .'/muamba.css'); -$output = '
'; -$output = '

'. t('Options') .'

'; +$output = '
'; +$output .= '

'. t('Options') .'

'; if (empty($transaction)) { $output .= theme('muamba_widget_icon', array('status' => MUAMBA_REQUESTED, 'id' => $nid)); -- cgit v1.2.3