diff options
author | friendica <info@friendica.com> | 2014-09-19 16:50:43 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-19 16:50:43 -0700 |
commit | cb434818f89435558f0ebfc2b5db589c3eb3c3ef (patch) | |
tree | a2a188e82ba792b7ff6a26282b78c3d445ac6f09 /include | |
parent | 87a6f257691e68ebf0364476493ff19c9f220297 (diff) | |
download | volse-hubzilla-cb434818f89435558f0ebfc2b5db589c3eb3c3ef.tar.gz volse-hubzilla-cb434818f89435558f0ebfc2b5db589c3eb3c3ef.tar.bz2 volse-hubzilla-cb434818f89435558f0ebfc2b5db589c3eb3c3ef.zip |
closing tag
Diffstat (limited to 'include')
-rw-r--r-- | include/permissions.php | 2 |
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; |