- Fixed broken colspan.

4.6.x
Dries Buytaert 2005-02-11 19:10:28 +00:00
parent 9c5646288c
commit 95f4d9751e
2 changed files with 2 additions and 2 deletions

View File

@ -922,7 +922,7 @@ function node_admin_nodes() {
$output .= '</div>';
// Overview table:
$header = array(NULL, t('Title'), t('Type'), t('Author'), t('Status'), array('data' => t('Operations'), 'colspan' => '2'));
$header = array(NULL, t('Title'), t('Type'), t('Author'), t('Status'), t('Operations'));
$destination = drupal_get_destination();
while ($node = db_fetch_object($result)) {

View File

@ -922,7 +922,7 @@ function node_admin_nodes() {
$output .= '</div>';
// Overview table:
$header = array(NULL, t('Title'), t('Type'), t('Author'), t('Status'), array('data' => t('Operations'), 'colspan' => '2'));
$header = array(NULL, t('Title'), t('Type'), t('Author'), t('Status'), t('Operations'));
$destination = drupal_get_destination();
while ($node = db_fetch_object($result)) {