23 lines
328 B
Plaintext
23 lines
328 B
Plaintext
include "html_common.outlang"
|
|
|
|
fixed "<tt>$text</tt>"
|
|
|
|
doctemplate
|
|
"<!-- Generator: $additional -->
|
|
$header"
|
|
"$footer"
|
|
end
|
|
|
|
nodoctemplate
|
|
"<!-- Generator: $additional -->
|
|
$header"
|
|
"$footer"
|
|
end
|
|
|
|
translations
|
|
"\n" "<br>\n"
|
|
" " " "
|
|
'^ ' " " # a space at the beginning of a line
|
|
"\t" " "
|
|
end
|