Commit 28ac886
committed
Fix TSaveSourceMgr to preview HTML5 files correctly
HTML 5 files are actually previewed as XHTML because support for HTML5
might not be properly implemented by the IE based MS web browser
control.
TSaveSourceMgr was also changed to explicitly render pascal file as
plain text for previewing. Although this change is not strictly
necessary since pascal and plain text file types render the same, it
was done for consitency and clarity.1 parent b2f2bfc commit 28ac886
1 file changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
334 | 339 | | |
335 | | - | |
| 340 | + | |
| 341 | + | |
336 | 342 | | |
337 | | - | |
| 343 | + | |
| 344 | + | |
338 | 345 | | |
339 | 346 | | |
340 | 347 | | |
341 | 348 | | |
342 | | - | |
343 | | - | |
| 349 | + | |
| 350 | + | |
344 | 351 | | |
345 | 352 | | |
346 | 353 | | |
| |||
0 commit comments