G5-iMac:~ arthurclemens$ diff /Data/Projects_Arthur/TWiki\ Subversion/twiki/lib/TWiki/Attach.pm /Users/arthurclemens/Desktop/Attach.pm 80c80,81 < --- > my $title = $attrs->{title} ? $attrs->{title} : ''; > 82c83,84 < --- > return '' if (!@attachments); > 104c106 < return $text; --- > return $title . $text;