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