* Workarounds fuer den IE
This commit is contained in:
parent
fb59873fe5
commit
5d5dd4b793
2 changed files with 4 additions and 2 deletions
|
@ -71,7 +71,7 @@ try:
|
|||
|
||||
# Linie vor Fussnoten wird entfernt
|
||||
# Fussnoten bekommen id, damit sie per css formatierbar sind
|
||||
content = string.replace(content,'<HR><H4>Fußnoten</H4>','\n<div id="footnotes">\n<H4>Fußnoten</H4>')
|
||||
content = string.replace(content,'<HR><H4>Fußnoten</H4>','\n<div id="footnotes">\n<div id="fntitle">Fußnoten</div>')
|
||||
|
||||
# Sonderzeichen in Fussnoten werden ersetzt (Hotfix fuer einen latex2html-Bug)
|
||||
content = string.replace(content,'ä','ä')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue