27 lines
328 B
Plaintext
27 lines
328 B
Plaintext
include "html_ref.outlang"
|
|
|
|
extension "html"
|
|
|
|
translations
|
|
"&" "&"
|
|
"<" "<"
|
|
">" ">"
|
|
end
|
|
|
|
doctemplate
|
|
"<!-- Generator: $additional -->
|
|
$header<pre><tt>"
|
|
"</tt></pre>$footer
|
|
"
|
|
end
|
|
|
|
nodoctemplate
|
|
"<!-- Generator: $additional -->
|
|
$header<pre><tt>"
|
|
"</tt></pre>$footer
|
|
"
|
|
end
|
|
|
|
onestyle "<span class=\"$style\">$text</span>"
|
|
|