ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/source-highlight/htmltable.outlang

27 lines
293 B
Plaintext

include "html_common.outlang"
doctemplate
"<table BGCOLOR=\"$docbgcolor\" NOSAVE >
<tr NOSAVE>
<td NOSAVE>
<pre><tt>"
"</tt></pre>
</td>
</tr>
</table>
"
end
nodoctemplate
"<table BGCOLOR=\"$docbgcolor\" NOSAVE >
<tr NOSAVE>
<td NOSAVE>
<pre><tt>"
"</tt></pre>
</td>
</tr>
</table>
"
end