Summary: | Outgoing AIM (OSCAR) messages have HTML line break tag (<BR>) prepended | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Dustin Marquess <dmarquess> |
Component: | ICQ and AIM Plugins | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | drew.m.fisher |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Fix br tags |
Description
Dustin Marquess
2008-11-19 00:07:31 UTC
I've noticed this one for quite some time! Behavior confirmed in SVN r886275, patch fixes the bug for me. Created attachment 28922 [details]
Fix br tags
This patch should fix this bug and also should fix wrong amount of br if the text has more successive line breaks. If you can please test it.
SVN commit 893722 by rjarosz: Fix bug 175532 Outgoing AIM messages have HTML line break prepended. BUG: 175532 M +14 -6 aimcontactbase.cpp M +1 -1 aimcontactbase.h WebSVN link: http://websvn.kde.org/?view=rev&revision=893722 SVN commit 893723 by rjarosz: Backport fix for bug 175532 Outgoing AIM messages have HTML line break prepended. CCBUG: 175532 M +14 -6 aimcontactbase.cpp M +1 -1 aimcontactbase.h WebSVN link: http://websvn.kde.org/?view=rev&revision=893723 |