[1457] in Coldmud discussion meeting

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

pueblo format bug

daemon@ATHENA.MIT.EDU (Mon Oct 25 16:47:32 1999 )

From: "Tony Dorge" <lasorin@mb.sympatico.ca>
To: <coldstuff@cold.org>
Date: Mon, 25 Oct 1999 15:09:51 -0700
Reply-To: coldstuff@cold.org

This is a multi-part message in MIME format.

------=_NextPart_000_0006_01BF1EFA.FC55C540
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

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 hope this is helpful to futur user.

Thanks=20

Corfire=20

------=_NextPart_000_0006_01BF1EFA.FC55C540
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>i have noticed that in the=20
$pueblo_format.format() method that the 12th line has an error, it =
currently=20
reads.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2><BR>return str_to_buf(str +=20
&quot;\n&quot;);</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>but shouuld read</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2><BR>return str_to_buf(str +=20
&quot;&lt;br&gt;&quot;);</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>i hope this is helpful to futur=20
user.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>Thanks&nbsp;</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 =
size=3D2>Corfire&nbsp;</FONT></DIV></BODY></HTML>

------=_NextPart_000_0006_01BF1EFA.FC55C540--