Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
LOL! tunginobi tried to type the fix! He meant: sauce = sauce.replace(/\n/g, "<br />"); and he is correct, although technically newline is a 2part character, For people having trouble with typing code, install my script here. When you click the new "fix code" button, it automatically escapes the code with their XML entities. Simply |
|
|
Uh, pretend there's a between those quotes. |
|
|
Oh, and line 47 should read
sauce = sauce.replace(/\n/g, " |
|
|
Delete line 280 and the preview should come out correctly. |