Ignore:
Timestamp:
04/15/14 17:26:41 (10 years ago)
Author:
nanardon
Message:

small beautification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Task/Buildnet.pm

    r1227 r1245  
    355355        if ($ozone->get_attributes('description')); 
    356356    push @output, sprintf('Generated by %s', q$Id: BuildNet.pm 6283 2011-05-20 10:16:51Z nanardon $ ); 
    357     push @output, sprintf('  The %s', scalar(localtime) ); 
     357    push @output, sprintf('          the %s', scalar(localtime) ); 
    358358    push @output, sprintf('Network: %s', join(', ', $ozone->get_attributes('net'))) 
    359359        if ($ozone->get_attributes('net')); 
Note: See TracChangeset for help on using the changeset viewer.