- changed htmlentities to htmlspecialchars in comments.php (utf-8 issue)
- web service explorer in utf-8 - removed warning in function load_language - feature: show_queries also shows number of selected rows or number of affected rows git-svn-id: http://piwigo.org/svn/trunk@2134 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
5aafffb22b
commit
36e0e6e8f1
3 changed files with 27 additions and 25 deletions
|
|
@ -181,8 +181,8 @@ $template->assign_vars(
|
|||
'L_COMMENT_TITLE' => $title,
|
||||
|
||||
'F_ACTION'=>PHPWG_ROOT_PATH.'comments.php',
|
||||
'F_KEYWORD'=>@htmlentities(stripslashes($_GET['keyword'])),
|
||||
'F_AUTHOR'=>@htmlentities(stripslashes($_GET['author'])),
|
||||
'F_KEYWORD'=>@htmlspecialchars(stripslashes($_GET['keyword'])),
|
||||
'F_AUTHOR'=>@htmlspecialchars(stripslashes($_GET['author'])),
|
||||
|
||||
'U_HOME' => make_index_url(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue