--- burst.pl 2001/04/17 09:47:30 1.2 +++ burst.pl 2001/04/17 13:40:36 1.3 @@ -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"; }