Show
Ignore:
Timestamp:
05/11/08 17:47:56 (5 months ago)
Author:
oren
Message:

Language fixes;
Ensuring JSON compatibility (removing Unicode line breaks);
Adding recommended schemas section.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/spec/preprocess_html.pl

    r7 r8  
    1616  $line =~ s/width="30%"/class="productioncomment"/g; 
    1717  $line =~ s/Symbols/Indicators/g; 
     18  $line =~ s/<table border="1">/<table border="0" style="width: 0%">/g; 
     19  $line =~ s/em>/b>/g if $line =~ /<em>(Byte|Encoding)/; 
    1820 
    1921  $table_depth++ if $line =~ /<table/;