開始行: ***[table_edit2.inc.php][バグ] [#mc69c6f8] -バージョン1.8~2.4にプログラムミスがありました。 #table_edit2{{ |表1| |表2| |表3| }} 上のようにプラグイン枠に複数の表を置いた場合、表1で列編... -''修正方法''&br; function plugin_table_edit2_action()の所で、次の部分に &&... --修正前 #geshi{{{ $table_sub_num_count_chk = 1; } else if($vars['line_count'] == $line_count) { if( $tr_edit ) { //t_edit tr_add }}} --修正後 #geshi{{{ $table_sub_num_count_chk = 1; } else if($vars['line_count'] == $line_count && ! $td_edit) { if( $tr_edit ) { //t_edit tr_add }}} -カンマ式表組みに対応した最新バージョン2.5は上記修正が終... 終了行: ***[table_edit2.inc.php][バグ] [#mc69c6f8] -バージョン1.8~2.4にプログラムミスがありました。 #table_edit2{{ |表1| |表2| |表3| }} 上のようにプラグイン枠に複数の表を置いた場合、表1で列編... -''修正方法''&br; function plugin_table_edit2_action()の所で、次の部分に &&... --修正前 #geshi{{{ $table_sub_num_count_chk = 1; } else if($vars['line_count'] == $line_count) { if( $tr_edit ) { //t_edit tr_add }}} --修正後 #geshi{{{ $table_sub_num_count_chk = 1; } else if($vars['line_count'] == $line_count && ! $td_edit) { if( $tr_edit ) { //t_edit tr_add }}} -カンマ式表組みに対応した最新バージョン2.5は上記修正が終... ページ名: