(item:string)
| 390 | return output; |
| 391 | }, |
| 392 | htmlfix = function diffview_report_htmlfix(item:string): string { |
| 393 | return item |
| 394 | .replace(/&/g, "&") |
| 395 | .replace(/</g, "<") |
| 396 | .replace(/>/g, ">"); |
| 397 | }, |
| 398 | baseTab: string[] = (tab === "") |
| 399 | ? [] |
| 400 | : noTab(baseTextArray), |