]> gitweb.fluxo.info Git - drupal/muamba.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 7 Oct 2011 02:27:27 +0000 (23:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 7 Oct 2011 02:27:27 +0000 (23:27 -0300)
muamba-widget.tpl.php

index 062558b45c048df6066bf46f5184a1f71330f7b3..d2c6ca7675f631e46df6ffed1f7e81c76d173c20 100644 (file)
@@ -13,8 +13,8 @@ global $user;
 drupal_add_js($path  .'/muamba.js');
 drupal_add_css($path .'/muamba.css');
 
-$output = '<div class="muamba-widget">';
-$output = '<h3>'. t('Options') .'</h3>';
+$output  = '<div class="muamba-widget">';
+$output .= '<h3>'. t('Options') .'</h3>';
 
 if (empty($transaction)) {
   $output .= theme('muamba_widget_icon', array('status' => MUAMBA_REQUESTED, 'id' => $nid));