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 567f8ec commit 7d6575b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc.php
Expand Up @@ -277,8 +277,8 @@

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

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

0 comments on commit 7d6575b

Please sign in to comment.