[ BUG ] HTML Tags Not Working within KB Articles

HTML Tags are not being applied within Knowledge Base articles. Even if Allow HTML is set to yes and the corresponding tags are input as permissible, the tags are not applied when viewing the article. While previewing the article, the tags are applied properly.
Example article post content:
This displays in the article preview as]This is a test of the bold HTML tag.[/b]
However, once the article is submitted and viewed, it displays as:
<b>This is a test of the bold HTML tag.</b>
HTML has been disabled in this post in order to display the intended results.
I am not certain if this bug is common to the stock phpBB Knowledge Base mod, or if it is limited to IntegraMOD. I am using IM 1.4.0 upgraded through phpBB 2.0.20 and phpBB Security 1.0.3, but I recreated the same results using a clean installation of the stock version of IM 1.4.0.
Example article post content:
- Code: Select all
<b>This is a test of the bold HTML tag.</b>
This displays in the article preview as]This is a test of the bold HTML tag.[/b]
However, once the article is submitted and viewed, it displays as:
<b>This is a test of the bold HTML tag.</b>
HTML has been disabled in this post in order to display the intended results.
I am not certain if this bug is common to the stock phpBB Knowledge Base mod, or if it is limited to IntegraMOD. I am using IM 1.4.0 upgraded through phpBB 2.0.20 and phpBB Security 1.0.3, but I recreated the same results using a clean installation of the stock version of IM 1.4.0.