Skip to content

Commit 45859bc

Browse files
FIXED: ; in code cause syntax error
1 parent ec2abda commit 45859bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rqlconnector/rqlaction.asp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<%
2-
Response.ContentType = "text/xml; charset=utf-8";
2+
Response.ContentType = "text/xml; charset=utf-8"
33
44
Session.Timeout = 180
55
Server.ScriptTimeout = 180

0 commit comments

Comments
 (0)