Ignore:
Timestamp:
08/29/09 04:42:03 (3 years ago)
Author:
james
Message:

Add diagnostic to parse all abstracts and report any broken ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/output_VAR.tcl

    r1022 r1026  
    118118 
    119119                # check if what we swapped in gave us a %noun 
    120                 if [string match "*%noun*" $line] { 
    121                         set line [bMotionInsertString $line "%noun" "%VAR{sillyThings}"] 
    122                 } 
     120                set line [string map { "%noun" "%VAR{sillyThings}" } $line] 
    123121        } 
    124122 
Note: See TracChangeset for help on using the changeset viewer.