Browse Source

Escape German ß in addition to umlauts

pull/25/head
Markus Jochim 11 years ago
committed by Martin Monperrus
parent
commit
67510a8972
  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