In default.asp, there is the following code:
if ForumFType = 0 then
Response.Write "forum.asp?FORUM_ID=" & ForumID
else
if ForumFType = 1 then
Response.Write ForumURL & """ target=""_blank"""
end if
end if
Response.Write """>" & chkString(ForumSubject,"display") & "</a></span><br />" & _
The "" in red on line 519 is extra and should be removed.
It is resulting in ...target="_blank"">... in the HTML code.