]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/HlMod.pm
hlmod: disable enclosing <pre> tag
[public-inbox.git] / lib / PublicInbox / HlMod.pm
index 5cbfb29862ecffa6a1119ef46b7d599b5b7bb830..237ffaca0a23723381a28e1cc2d1f7c4aa59e464 100644 (file)
@@ -99,7 +99,6 @@ sub do_hl {
        my $gen = $self->{$langpath} ||= do {
                my $g = highlight::CodeGenerator::getInstance($highlight::HTML);
                $g->setFragmentCode(1); # generate html fragment
-               $g->setHTMLEnclosePreTag(1); # include <pre>
 
                # whatever theme works
                my $themepath = $dir->getThemePath('print.theme');