From 5da39c351f5ab6455027ea4630062e8a6a1093b6 Mon Sep 17 00:00:00 2001 From: Joe Hager Date: Sat, 19 Jan 2008 03:10:35 +0000 Subject: [PATCH] Missed a quote on an A Tag. The missing " has been added. --- direct/src/http/webNotifyDebug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/http/webNotifyDebug.py b/direct/src/http/webNotifyDebug.py index e4826c6f66..cb2b61938f 100755 --- a/direct/src/http/webNotifyDebug.py +++ b/direct/src/http/webNotifyDebug.py @@ -220,7 +220,7 @@ class webNotifyDebug: if not authToken: replyTo.respond('\n\nDirectNotify Web Interface\n\n\n
\n

DirectNotify Web Interface

\n
\n
\n
Search for a DirectNotify Category:
\n
\n
\nDisplay all DirectNotify Categories\n\n' % (self.pageToHit)) else: - replyTo.respond('\n\nDirectNotify Web Interface\n\n\n
\n

DirectNotify Web Interface

\n
\n
\n
Search for a DirectNotify Category:
\n
\n
\nDisplay all DirectNotify Categories
\n\nDirectNotify Web Interface\n\n\n
\n

DirectNotify Web Interface

\n
\n
\n
Search for a DirectNotify Category:
\n
\n
\n
Display all DirectNotify Categories
\nLog Off\n' % (authToken, self.pageToHit, authToken, authToken)) def logOut(self, replyTo, authToken): # Delete token from auth list