[1458] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next next in chain last in chain last

Re: pueblo format bug

daemon@ATHENA.MIT.EDU (Mon Oct 25 17:07:35 1999 )

From: "Bruce Mitchener, Jr." <bruce@puremagic.com>
To: <coldstuff@cold.org>
Date: Mon, 25 Oct 1999 13:50:44 -0700
Reply-To: coldstuff@cold.org

Tony Dorge wrote:
> i have noticed that in the $pueblo_format.format() method
> that the 12th line has an error, it currently reads.
>
>
> return str_to_buf(str + "\n");
>
> but shouuld read
>
>
> return str_to_buf(str + "<br>");


I applied this fix to the Cold Dark, with the only change being that I kept
the \n and added a \n to the same line in $html_format.format()

It should show in a new core extraction, whenever that happens.

 - Bruce