Changeset 22844 for src

Show
Ignore:
Timestamp:
10/31/08 21:24:54 (2 months ago)
Author:
azawawi
Message:

[STD_syntax_highlight] fixed a typo [redspans->simple]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/ETOOMUCHTIME

    r22840 r22844  
    5555    my $t0 = new Benchmark; 
    5656    my $cmd = "./$HILITE --clean-html " . 
    57             "--redspans-html=$simple_html " . 
     57            "--simple-html=$simple_html " . 
    5858            "--full-html=$full_html $file"; 
    5959    my $log = `$cmd 2>&1`;