Skip to content

Commit

Permalink
Remove pun_htmlspecialchars
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed Feb 20, 2019
1 parent 0a9ba0d commit 78c2344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions delete.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@


$crumbs = generate_crumbs(array( $crumbs = generate_crumbs(array(
array($lang_common['Index'], 'index.php'), array($lang_common['Index'], 'index.php'),
array(pun_htmlspecialchars($cur_post['forum_name']), 'viewforum.php?id='.$cur_post['fid']), array($cur_post['forum_name'], 'viewforum.php?id='.$cur_post['fid']),
array(pun_htmlspecialchars($cur_post['subject']), 'viewtopic.php?pid='.$id.'#p'.$id), array($cur_post['subject'], 'viewtopic.php?pid='.$id.'#p'.$id),
$lang_delete['Delete post'])); $lang_delete['Delete post']));


$page_title = array(pun_htmlspecialchars($pun_config['o_board_title']), $lang_delete['Delete post']); $page_title = array(pun_htmlspecialchars($pun_config['o_board_title']), $lang_delete['Delete post']);
Expand Down

0 comments on commit 78c2344

Please sign in to comment.