mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
#7258 #7268 #7278 #7314 git-svn-id: file:///svn/phpbb/trunk@6914 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1101,7 +1101,7 @@ $lang = array_merge($lang, array(
|
||||
$tpl .= ($textarea) ? '<textarea name="' : '<input type="text" name="';
|
||||
$tpl .= 'entry[' . implode('][', array_map('utf8_htmlspecialchars', $keys)) . ']"';
|
||||
|
||||
$tpl .= ($textarea) ? ' cols="80" rows="5" style="width: 90%;">' : ' style="width: 90%" value="';
|
||||
$tpl .= ($textarea) ? ' cols="80" rows="5" class="langvalue">' : ' class="langvalue" value="';
|
||||
$tpl .= htmlspecialchars($value, ENT_COMPAT, 'UTF-8');
|
||||
$tpl .= ($textarea) ? '</textarea>' : '" />';
|
||||
|
||||
|
Reference in New Issue
Block a user