- Patch #366610 by mr.baileys: make sure we generate valid markup.

merge-requests/26/head
Dries Buytaert 2009-05-06 11:28:47 +00:00
parent 160e652819
commit 690804580e
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ function theme_upload_attachments($elements) {
}
}
if (count($rows)) {
return theme('table', $header, $rows, array('id' => 'attachments'));
return theme('table', $header, $rows, array('class' => 'attachments'));
}
}