mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01518
[Bug 550890] Re: Invalid html linebreak <\ br>
** Changed in: mudlet
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/550890
Title:
Invalid html linebreak <\ br>
Status in Mudlet the MUD client:
Fix Released
Bug description:
TConsole.cpp has a small bug:
toLog.replace('\n', "<\\ br>");
Needs to be
toLog.replace('\n', "<br />");
As <\ br> is invalid html.
References