-
Bug
-
Resolution: Fixed
-
3.0.1
-
None
-
PHP Environment:
Database:
On line 42, the ending </p> charachter is missing. Below is the current code.
<!-- IF postrow.S_DELETED_TOPIC -->
<li><p class="notopics">
<!-- ELSE -->
This is the code how it should be:
<!-- IF postrow.S_DELETED_TOPIC -->
<li><p class="notopics">{L_DELETED_TOPIC}
</p></li>
<!-- ELSE -->