Ticket #669 (fixed bug)
Missing closing tag "</li>
- Created: 2012-05-09 09:30:59
- Reported by: Otomatic
- Assigned to: Franz
- Milestone: 1.5.1
- Component: markup
- Priority: normal
Small flaw in version 1.5.0
File viewtopic.php
Line 438
<li><span><a href="help.php#url" onclick="window.open(this.href); return false;"><?php echo $lang_common['url tag'] ?></a> <?php echo ($pun_config['p_message_bbcode'] == '1' && $pun_user['g_post_links'] == '1') ? $lang_common['on'] : $lang_common['off']; ?></span>
No </li> at the end.
History
Franz 2012-05-09 13:03:20

- Component changed from code to markup.
- Milestone set to 1.5.1.
- Owner set to Franz.
Thanks for the report.