Index: trunk/extensions/Configure/Configure.page.php |
— | — | @@ -1037,9 +1037,6 @@ |
1038 | 1038 | $rows .= Xml::tags( 'tr', null, $key.$value )."\n"; |
1039 | 1039 | } |
1040 | 1040 | |
1041 | | -// header( 'Content-Type: text/plain' ); |
1042 | | -// die( $rows ); |
1043 | | - |
1044 | 1041 | return Xml::tags( 'table', array( 'class' => implode( ' ', $classes ) ), Xml::tags( 'tbody', null, $rows ) ); |
1045 | 1042 | } |
1046 | 1043 | if ( $type == 'simple-dual' ) { |