diff --git a/includes/fapi.inc b/includes/fapi.inc
index 2483a6b..51e1e09 100644
--- a/includes/fapi.inc
+++ b/includes/fapi.inc
@@ -283,7 +283,10 @@ function kalatheme_button($variables) {
$element['#attributes']['class'][] = 'btn-primary';
}
- return '';;
+ // Allow embedding some markup inside the button element.
+ $output = '' . $element['#markup'] . '' : '/>';
+ return $output;
}
/**