X-Git-Url: http://git.maemo.org/git/?p=googlelatitude;a=blobdiff_plain;f=libkqoauth%2Fkqoauthauthreplyserver.cpp;fp=libkqoauth%2Fkqoauthauthreplyserver.cpp;h=25ae508062e514eaaea9ee8a360ea4ee9709bddf;hp=8612f5fa7146c09fffb13e846f55dea96c7cad77;hb=913f2f5465da25223c88a0fcad5a3d59ef305200;hpb=d6ca84a22913afba0f0d1f3ea93a834e3a9d26fa diff --git a/libkqoauth/kqoauthauthreplyserver.cpp b/libkqoauth/kqoauthauthreplyserver.cpp index 8612f5f..25ae508 100644 --- a/libkqoauth/kqoauthauthreplyserver.cpp +++ b/libkqoauth/kqoauthauthreplyserver.cpp @@ -48,7 +48,7 @@ void KQOAuthAuthReplyServerPrivate::onBytesReady() { QByteArray reply; QByteArray content; - content.append("OAuth Finished!

OAuth finished, return to the application!

"); + content.append(""); reply.append("HTTP/1.0 200 OK \r\n"); reply.append("Content-Type: text/html; charset=\"utf-8\"\r\n");