]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Hval.pm
www: use WwwStream for dumping thread and search views
[public-inbox.git] / lib / PublicInbox / Hval.pm
index 70bae7c67db9bfc59e36779016e1842a3292a7ff..9ba780975cf2d5b1a5ca5188affbe3efa891acf2 100644 (file)
@@ -16,7 +16,6 @@ our @EXPORT_OK = qw/ascii_html/;
 # and screw up rendering on some browsers.  This is the only CSS style
 # feature we use.
 use constant STYLE => '<style>pre{white-space:pre-wrap}</style>';
-use constant PRE => "<pre\nstyle=\"white-space:pre-wrap\">"; # legacy
 
 my $enc_ascii = find_encoding('us-ascii');