Browse Source

Escape German ß in addition to umlauts

pull/23/head
Markus Jochim 11 years ago
parent
commit
09e4bf98bb
  1. 1
      bibtexbrowser.php

1
bibtexbrowser.php

@ -920,6 +920,7 @@ function latex2html($line) {
$line = char2html($line,'"','o',"uml");
$line = char2html($line,'"','u',"uml");
$line = char2html($line,'"','y',"uml");
$line = char2html($line,'"','s',"zlig");
$line = char2html($line,'^','a',"circ");
$line = char2html($line,'^','e',"circ");

Loading…
Cancel
Save