Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php |
— | — | @@ -455,12 +455,12 @@ |
456 | 456 | if( !isset( $row[$col] ) ) { |
457 | 457 | $v = isset( $r[$col] ) ? array_shift( $pcols ) : ' '; |
458 | 458 | $class = 'col' . preg_replace( "|\W|", "-", $col ); |
459 | | - $row[$col] = "<td class='$class'>$v</td>"; |
| 459 | + $row[$col] = "<td class='$class'>$v </td>"; |
460 | 460 | } |
461 | 461 | $table .= "$row[$col]\n"; |
462 | 462 | } |
463 | 463 | } |
464 | | - $table .= " </tr>\n"; |
| 464 | + $table .= "</tr>\n"; |
465 | 465 | } |
466 | 466 | } |
467 | 467 | $table .= "</table>\n"; |