--- parser3/src/classes/table.C 2009/05/04 09:26:20 1.250 +++ parser3/src/classes/table.C 2009/05/05 10:06:57 1.251 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_TABLE_C="$Date: 2009/05/04 09:26:20 $"; +static const char * const IDENT_TABLE_C="$Date: 2009/05/05 10:06:57 $"; #ifndef NO_STRINGSTREAM #include @@ -622,7 +622,7 @@ static void _menu(Request& r, MethodPara int saved_current=table.current(); int size=table.count(); - if(delim_maybe_code) { + if(delim_maybe_code) { // delimiter set bool need_delim=false; for(int row=0; rowlength()) { // delimiter set and we have body + if(s_processed && !s_processed->is_empty()) { // we have body if(need_delim) // need delim & iteration produced string? r.write_pass_lang(r.process(*delim_maybe_code)); else