From 0d8350e5f7e1f10cd91865891a4665b3a0165d48 Mon Sep 17 00:00:00 2001 From: Anatoly Mihalchenko Date: Wed, 12 Oct 2011 17:32:57 +0300 Subject: [PATCH] SANKORE-321 refactroing main html create from trap widgets --- src/web/UBTrapFlashController.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/web/UBTrapFlashController.cpp b/src/web/UBTrapFlashController.cpp index 9c987d40..f88136af 100644 --- a/src/web/UBTrapFlashController.cpp +++ b/src/web/UBTrapFlashController.cpp @@ -319,15 +319,15 @@ QString UBTrapFlashController::generateFullPageHtml(const QString& pDirPath, boo QString htmlContentString; - htmlContentString += "\n"; - htmlContentString += "\n"; - htmlContentString += "\n"; - htmlContentString += " \n"; - htmlContentString += "\n"; - htmlContentString += " \n"; - htmlContentString += " url().toString() + "\"/>\n"; - htmlContentString += " \n"; - htmlContentString += "\n"; + htmlContentString += "\r\n"; + htmlContentString += "\r\n"; + htmlContentString += " \r\n"; + htmlContentString += " url().toString() + "\">\r\n"; + htmlContentString += " \r\n"; + htmlContentString += " \r\n"; + htmlContentString += " Redirect to target...\r\n"; + htmlContentString += " \r\n"; + htmlContentString += "\r\n"; if (!pGenerateFile) {