Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 (v3.4.02) minor HTML bug in default.asp
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

pweighill
Junior Member

United Kingdom
453 Posts

Posted - 04 September 2002 :  17:58:13  Show Profile
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.

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 04 September 2002 :  23:50:29  Show Profile
Wouldn't it be better we kept that line as is, change this line:
Response.Write	""">" & chkString(ForumSubject,"display") & "</a></span><br />" & _
That way, the quotes for the target="blank" stay in one line instead of breaking it into 2 lines.

Support Snitz Forums
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 05 September 2002 :  00:04:25  Show Profile
If we did that, we'd also have to change line #516

Doesn't really matter to me, the end result is the same.
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 05 September 2002 :  00:19:55  Show Profile
Oh yeah. Didn't notice that.

Support Snitz Forums
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 05 September 2002 :  04:18:07  Show Profile
I consolidated this bug with the other bug here:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=34266
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07