1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

some tiny fixes.

git-svn-id: file:///svn/phpbb/trunk@6612 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-11-19 20:08:24 +00:00
parent 174d43d532
commit 33bcb91d05
8 changed files with 16 additions and 8 deletions

View File

@@ -1002,7 +1002,7 @@ $result = $db->sql_query_limit($sql, 5);
while ($row = $db->sql_fetchrow($result))
{
$keywords = htmlspecialchars($row['search_keywords']);
$keywords = htmlspecialchars($row['search_keywords'], ENT_COMPAT, 'UTF-8');
$template->assign_block_vars('recentsearch', array(
'KEYWORDS' => $keywords,