Lines 397-402
if ( defined $htmlfilename ) {
Link Here
|
397 |
|
397 |
|
398 |
print $fh "<html>\n"; |
398 |
print $fh "<html>\n"; |
399 |
print $fh "<head>\n"; |
399 |
print $fh "<head>\n"; |
|
|
400 |
print $fh "<meta charset=\"utf-8\" />\n"; |
400 |
print $fh "<style type='text/css'>\n"; |
401 |
print $fh "<style type='text/css'>\n"; |
401 |
print $fh "pre {page-break-after: always;}\n"; |
402 |
print $fh "pre {page-break-after: always;}\n"; |
402 |
print $fh "pre {white-space: pre-wrap;}\n"; |
403 |
print $fh "pre {white-space: pre-wrap;}\n"; |
403 |
- |
|
|