--- burst.pl 2001/04/17 09:47:30 1.2 +++ burst.pl 2001/04/20 08:01:02 1.4 @@ -43,8 +43,6 @@ # Sami Lempinen - lempinen@iki.fi # http://www.snowman.sgic.fi/ssl/xslies/ -make_dotgif("pero.gif"); - ############################################################################## ## default values of variables ## @@ -178,8 +176,9 @@ ## same string is built if there is a second author for the presentation if ($author2Url) { - $author2 = "
$author2"; -} elsif ($author2) { + $author2 = "$author2"; +} +if ($author2) { $author2 = "
$author2"; } @@ -680,7 +679,7 @@ } else { $r=$t; } - $html='
'.$l.''.$r.'
'; + $html='
'.$l.''.$r.'
'; } else { $html="$loc_slide $nr $loc_of $total"; }