From konq-bugs Thu Sep 30 19:58:09 2004 From: Pascal "Létourneau" Date: Thu, 30 Sep 2004 19:58:09 +0000 To: konq-bugs Subject: [Bug 85693] String.link() function does not correctly quote the url. Message-Id: <20040930195809.16498.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=konq-bugs&m=109657429913411 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=85693 pletourn globetrotter net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From pletourn globetrotter net 2004-09-30 21:58 ------- CVS commit by pletourn: Missing quotation in attributes CCMAIL:85693-done bugs kde org M +4 -4 string_object.cpp 1.85.4.1 --- kdelibs/kjs/string_object.cpp #1.85:1.85.4.1 @ -543,17 +543,17 @ Value StringProtoFuncImp::call(ExecState break; case Fontcolor: - result = String("" + result = String("" + s + ""); break; case Fontsize: - result = String("" + result = String("" + s + ""); break; case Anchor: - result = String("" + result = String("" + s + ""); break; case Link: - result = String("" + result = String("" + s + ""); break; _______________________________________________ Konq-bugs mailing list Konq-bugs@mail.kde.org https://mail.kde.org/mailman/listinfo/konq-bugs