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