Show
Ignore:
Timestamp:
05/16/08 22:36:16 (19 months ago)
Author:
bchoate
Message:

Tabes to spaces.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/lib/MT/WeblogPublisher.pm

    r2355 r2368  
    786786        next unless $map->build_type; # ignore disabled template maps 
    787787 
    788         my $ctx = MT::Template::Context->new; 
    789         $ctx->{current_archive_type} = $at; 
    790         $ctx->{archive_type}         = $at; 
     788        my $ctx = MT::Template::Context->new; 
     789        $ctx->{current_archive_type} = $at; 
     790        $ctx->{archive_type}         = $at; 
    791791        $mt->rebuild_file( 
    792792            $blog, $arch_root, $map, $at, $ctx, \my %cond,