[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
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