Changeset 473 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Changelog.pm


Ignore:
Timestamp:
Jun 4, 2008, 3:04:36 AM (16 years ago)
Author:
Bruno Cornec
Message:

Working announce action for pb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Changelog.pm

    r415 r473  
    133133$tmp = <INPUT>;
    134134if ($dtype eq "announce") {
    135     print $OUTPUT $tmp;
     135    chomp($tmp);
     136    print $OUTPUT "$tmp<br>\n";
    136137}
    137138$tmp = <INPUT>;
    138139if ($dtype eq "announce") {
    139     print $OUTPUT $tmp;
     140    chomp($tmp);
     141    print $OUTPUT "$tmp<br>\n";
    140142}
    141143
     
    180182            print $OUTPUT "$tmp";
    181183        } else {
    182             print $OUTPUT "$tmp";
     184            chomp($tmp);
     185            print $OUTPUT "$tmp<br>\n";
    183186        }
    184187        last if (eof(INPUT));
Note: See TracChangeset for help on using the changeset viewer.