aboutsummaryrefslogtreecommitdiffstats
path: root/include/permissions.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-19 16:50:43 -0700
committerfriendica <info@friendica.com>2014-09-19 16:50:43 -0700
commitcb434818f89435558f0ebfc2b5db589c3eb3c3ef (patch)
treea2a188e82ba792b7ff6a26282b78c3d445ac6f09 /include/permissions.php
parent87a6f257691e68ebf0364476493ff19c9f220297 (diff)
downloadvolse-hubzilla-cb434818f89435558f0ebfc2b5db589c3eb3c3ef.tar.gz
volse-hubzilla-cb434818f89435558f0ebfc2b5db589c3eb3c3ef.tar.bz2
volse-hubzilla-cb434818f89435558f0ebfc2b5db589c3eb3c3ef.zip
closing tag
Diffstat (limited to 'include/permissions.php')
-rw-r--r--include/permissions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/permissions.php b/include/permissions.php
index e25052f95..438b807d0 100644
--- a/include/permissions.php
+++ b/include/permissions.php
@@ -747,7 +747,7 @@ function role_selector($current) {
$selected = (($kk === $current) ? ' selected="selected" ' : '');
$o .= '<option value="' . $kk . '" ' . $selected . '>' . htmlspecialchars($vv) . '</option>';
}
- $o .= '<optgroup>';
+ $o .= '</optgroup>';
}
$o .= '</select>';
return $o;