X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ed3a19eb691c44b16c8815436519e977f257c8c0..7f74f3f3adb07c24d9589c498c1dad704bfa8e7f:/tools/doxygen/bibtex2html_postprocessor.pl diff --git a/tools/doxygen/bibtex2html_postprocessor.pl b/tools/doxygen/bibtex2html_postprocessor.pl index 07f96f6bc6..fded838496 100755 --- a/tools/doxygen/bibtex2html_postprocessor.pl +++ b/tools/doxygen/bibtex2html_postprocessor.pl @@ -6,6 +6,7 @@ while($line = ) { chomp $line; if($line =~ /table width/) { $line = ; + chomp $line; if($line =~ /height="50"/) { ## Skip preembule $write=1; @@ -25,11 +26,13 @@ while($line = ) { do { $line = ; chomp $line; - } while (($line =~ /$title\n"; next; } } + $line =~ s/
    /
      /g; + $line =~ s/<\/ol>/<\/ul>/g; if($line =~ /Disclaimer:/ || $line =~ /body>/) { $write=0;