From kde-bugs-dist Tue Sep 30 21:23:15 2003 From: Thiago Macieira Date: Tue, 30 Sep 2003 21:23:15 +0000 To: kde-bugs-dist Subject: [Bug 61679] crashes when url contains & not & X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=106495700426517 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=61679 ------- Additional Comments From thiagom@mail.com 2003-09-30 23:23 ------- Note that proper HTML *requires* you to use &, so you shouldn't be using & in those cases. In other words, & can only be used inside an HTML document for entities. Nothing else.