summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-08-23 14:30:45 +0200
committerPhilip Häusler <msquare@notrademark.de>2014-08-23 14:30:45 +0200
commit51cecb27e5bd4edd24ee238e9145e4888f0ec4ce (patch)
tree0f28f31d29638a3f0c547bec9ec23d97e1b5e144 /includes/sys_template.php
parentf30bc252460e74ca4c71677663acd3d91a8657d6 (diff)
better layout for user settings
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r--includes/sys_template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/sys_template.php b/includes/sys_template.php
index 2015a0d7..3366346b 100644
--- a/includes/sys_template.php
+++ b/includes/sys_template.php
@@ -149,7 +149,7 @@ function form_radio($name, $label, $selected, $value) {
/**
* Rendert einen Infotext in das Formular
*/
-function form_info($label, $text) {
+function form_info($label, $text = "") {
if ($label == "")
return '<span class="help-block">' . $text . '</span>';
if ($text == "")