closing tag

This commit is contained in:
friendica
2014-09-19 16:50:43 -07:00
parent 87a6f25769
commit cb434818f8
3 changed files with 20 additions and 20 deletions

View File

@@ -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;