This commit is contained in:
Ian 2015-03-14 19:46:39 +01:00
parent 0b4b6d4716
commit 004ad5c5e8

View file

@ -348,7 +348,7 @@ class serendipity_event_userprofiles extends serendipity_event {
function showCol($property, &$info, &$user) {
echo "<tr>\n";
echo ' <td>' . $info['desc'] . "</td>\n";
echo ' <td>'."\n";
echo " <td>\n";
switch($info['type']) {
case 'html':
echo '<textarea cols="80" rows="10" name="serendipity[profile' . $property . ']">' . (function_exists('serendipity_specialchars') ? serendipity_specialchars($user[$property]) : htmlspecialchars($user[$property], ENT_COMPAT, LANG_CHARSET)) . "</textarea>\n";