- Patch #366610 by mr.baileys: make sure we generate valid markup.
parent
160e652819
commit
690804580e
|
|
@ -449,7 +449,7 @@ function theme_upload_attachments($elements) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (count($rows)) {
|
if (count($rows)) {
|
||||||
return theme('table', $header, $rows, array('id' => 'attachments'));
|
return theme('table', $header, $rows, array('class' => 'attachments'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue