Version: 1.0.0 (using KDE 4.4.2) Compiler: gcc 4.3.4 OS: Linux Installed from: Gentoo Packages Kopete sends some html-related stuff when OTR is enabled. This includes a <p>-tag wrapping each line (i. e.: <p>line</p>) and sending character entity references instead of the actual characters (i.e.: & instead of &). Not all characters however, just less-than sign(<), greater-than sign(>) and the ampersand (&). Note: This bug is related to #227015 which status is resolved, but only the problem with hyperlinks was actually fixed. How to reproduce: - enable OTR-encryption mirandaIM - send text - received text now has <p>-tags wrapping each line Expected behaviour: - no <p>-tags around each line
This seems to be a problem in Miranda. It parses html tags before decrypting the message leading the html tags to persist after the encryption.