Revision 5b383442
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
|
||
$format .= qq|<option value=html $form->{DF}{html}>HTML</option>|;
|
||
|
||
if ($latex) {
|
||
if ($latex_templates) {
|
||
$format .= qq|<option value=postscript $form->{DF}{postscript}>| .
|
||
$locale->text('Postscript') . qq|</option>|;
|
||
}
|
Auch abrufbar als: Unified diff
Vergessen, ein Vorkommen von "$latex" in "$latex_templates" umzubenennen.