remove entities when add comment

This commit is contained in:
Marcos Alconada 2021-04-06 16:58:05 +00:00 committed by Daniel Rodriguez
parent 321fc8aa05
commit 654a4ebbd0
1 changed files with 2 additions and 1 deletions

View File

@ -5152,7 +5152,8 @@ function events_page_comments($event, $ajax=false)
$childrens_ids $childrens_ids
))) && $config['show_events_in_local'] == false || $config['event_replication'] == false ))) && $config['show_events_in_local'] == false || $config['event_replication'] == false
) { ) {
$comments_form = '<br><div id="comments_form" class="w98p">'; $event['evento'] = io_safe_output($event['evento']);
$comments_form = '<br><div id="comments_form" style="width:98%;">';
$comments_form .= html_print_textarea( $comments_form .= html_print_textarea(
'comment', 'comment',
3, 3,