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