From 82592662978903a50ad2b31669c0ed56e0fb9129 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Tue, 27 Dec 2011 15:42:13 +0100 Subject: #44 shiftplan --- includes/sys_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/sys_template.php') diff --git a/includes/sys_template.php b/includes/sys_template.php index 9aed6d95..79e9fe77 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -147,7 +147,7 @@ function button($href, $label, $class = "") { * Rendert eine Toolbar mit Knöpfen */ function buttons($buttons = array ()) { - return '
' . join($buttons) . '
'; + return '
' . join(' ', $buttons) . '
'; } // Load and render template -- cgit v1.2.3-54-g00ecf