/usr/share/source-highlight/xhtmltable.outlang is in libsource-highlight-common 3.1.6-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | include "xhtml_common.outlang"
doctemplate
"<table style=\"background-color: $docbgcolor\"><tbody><tr><td><pre><tt>"
"</tt></pre></td></tr></tbody></table>"
end
nodoctemplate
"<table style=\"background-color: $docbgcolor\"><tbody><tr><td><pre><tt>"
"</tt></pre></td></tr></tbody></table>"
end
|