Home » Text » Text_Wiki » Bug #4719
In Latex, newline rule does not produce a new line
Details
| Submitted | 2005-06-30 18:15 UTC |
|---|---|
| From | kloor at bgsu dot edu |
| Assigned | justinpatrin |
| Status | Closed |
| Package | Text_Wiki |
| PHP Version | 5.0.4 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2005-06-30 18:15 UTC] kloor at bgsu dot edu
Description:
------------
A single newline does not actually create a new line when converted to Latex.
Reproduce code:
---------------
Solution:
Change line 8 of Text/Wiki/Render/Latex/Newline.php from
return "\n";
to
return "\\newline\n";