# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1363439492 -3600
# Node ID eb2f9d453070f2251c5c194610f0722d1670df31
# Parent 4f9a45a6d6f086ad942f1f1a49edbee9d1fb3d47
Adjust the formatting of bib2dox.py to Doxygen 1.8.x (#459)
diff --git a/scripts/bib2dox.py b/scripts/bib2dox.py
a
|
b
|
|
94 | 94 | # |
95 | 95 | # styles for html formatting |
96 | 96 | # |
97 | | divstyle = 'margin-top: -4ex; margin-left: 8em;' |
| 97 | divstyle = 'margin-top: -4ex; margin-left: 10em;' |
98 | 98 | |
99 | 99 | # |
100 | 100 | # return the string parameter without braces |