diff --git a/main/inc/lib/blog.lib.php b/main/inc/lib/blog.lib.php index 410a30ab6b..a642328ab0 100755 --- a/main/inc/lib/blog.lib.php +++ b/main/inc/lib/blog.lib.php @@ -1431,8 +1431,8 @@ class Blog { $delete_confirm = ($task['system_task'] == '1') ? '' : 'onclick="javascript:if(!confirm(\''.addslashes(api_htmlentities(get_lang("ConfirmYourChoice"),ENT_QUOTES,$charset)). '\')) return false;"'; echo '', - '' . stripslashes($task['title']) . '', - '' . stripslashes($task['description']) . '', + '' . Security::remove_XSS($task['title']) . '', + '' . Security::remove_XSS($task['description']) . '', '                 ', '', '', @@ -1540,7 +1540,7 @@ class Blog { ' . get_lang('Description') . '
- +
'; @@ -1623,11 +1623,11 @@ class Blog { - + - + '; /* edit by Kevin Van Den Haute (kevin@develop-it.be) */
' . get_lang('Title') . ':  
' . get_lang('Description') . ':