Cotonti / Cotonti

Fast, reliable and flexible PHP CMF/CMS
https://www.cotonti.com
BSD 3-Clause "New" or "Revised" License
92 stars 51 forks source link

{FORUMS_EDITPOST_PAGETITLE} displayed incorrectly #1762

Closed Kabak closed 5 months ago

Kabak commented 5 months ago

https://i.gyazo.com/d6dc0f89e63e9aba280ebcdfebcd58c1.png

forums.editpost.tpl string 142

$crumbs[] = array(cot_url('forums', "m=posts&p=" . $p, "#" . $p), (($rowt['ft_mode'] == 1) ? '# ' : '') . htmlspecialchars($rowt['ft_title']));

seems should be $crumbs[] = array(cot_url('forums', "m=posts&p=" . $p, "#" . $p), (($rowt['ft_mode'] == 1) ? '# ' : '') . $rowt['ft_title']);