Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.0.1
-
None
-
Linux (Ubuntu 11.10).
-
New Contributors Level (Easy)
Description
When I run the config test in Futon, I get "Assertion 'ports should match' failed: expected '"80"', got '80'". However, stepping through a JavaScript debugger the value that results from server_port.pop() is quoted, so the value assigned to the port variable for standard ports (80 and 443) should be in double quotes as well.