Work in progress: hacks at vienna, do not use it
[googlelatitude] / libkqoauth / kqoauthauthreplyserver.cpp
index 8612f5f..25ae508 100644 (file)
@@ -48,7 +48,7 @@ void KQOAuthAuthReplyServerPrivate::onBytesReady() {
     
     QByteArray reply;
     QByteArray content;
-    content.append("<html><head><title>OAuth Finished!</title></head><body bgcolor='white' text='black'><center><h1>OAuth finished, return to the application!</h1></center></body></html>");
+    content.append("<HTML></HTML>");
 
     reply.append("HTTP/1.0 200 OK \r\n");
     reply.append("Content-Type: text/html; charset=\"utf-8\"\r\n");