quacksouls 55b2cbb549 UI: cat: proper line breaks when showing .js, .script, or .txt files (#192)
Currently, the HTML line break sequence `<br /><br />` is hardcoded into the dialog box message when showing the content of these file types: ".js", ".script", and ".txt".  By default, the function `dialogBoxCreate()` currently assumes that its first parameter is not HTML, but a text string, so whatever is in the string will appear in the dialog box.  Use the newline character instead for line break.
2022-11-04 07:23:33 -04:00
..
2022-10-04 06:40:10 -04:00
2022-10-04 06:40:10 -04:00
2022-09-27 15:35:41 -04:00
2022-10-09 01:25:31 -04:00
2022-10-09 01:25:31 -04:00