Joe Hager 18 years ago
parent
commit
59b5a1a121
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/http/webAIInspector.py

+ 1 - 1
direct/src/http/webAIInspector.py

@@ -60,7 +60,7 @@ class aiWebServer(SystemInformation):
         except KeyError:
         except KeyError:
             # MagicWord issue. Malformed URL
             # MagicWord issue. Malformed URL
             replyTo.respond('<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\n<html>\n<head>\n<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">\n<TITLE>Magic Word Error</title>\n</head><body>Please check the URL. Transaction could not be completed. Malformed URL.</BODY>\n</HTML>')
             replyTo.respond('<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\n<html>\n<head>\n<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">\n<TITLE>Magic Word Error</title>\n</head><body>Please check the URL. Transaction could not be completed. Malformed URL.</BODY>\n</HTML>')
-                return
+            return
 
 
         # Next we execute the magic word request
         # Next we execute the magic word request
         if theMagicWord == 'aiobjectcount':
         if theMagicWord == 'aiobjectcount':