Index: trunk/phase3/languages/LanguageConverter.php |
— | — | @@ -77,7 +77,7 @@ |
78 | 78 | // these flags above are reserved for program |
79 | 79 | 'A'=>'A', // add rule for convert code (all text convert) |
80 | 80 | 'T'=>'T', // title convert |
81 | | - 'R'=>'R', // row content |
| 81 | + 'R'=>'R', // raw content |
82 | 82 | 'D'=>'D', // convert description (subclass implement) |
83 | 83 | '-'=>'-', // remove convert (not implement) |
84 | 84 | 'H'=>'H', // add rule for convert code (but no display in placed code ) |