Skip to content

Commit 8358eba

Browse files
authored
Fix copy and paste error
Oops
1 parent 73b4ddc commit 8358eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ function html_header($header_items, $last_item_colspan = 1, $resizable = true) {
11291129
*
11301130
* @return void
11311131
*/
1132-
function html_section_header($header_item, $last_item_colspan = 1, resizable = true) {
1132+
function html_section_header($header_item, $last_item_colspan = 1, $resizable = true) {
11331133
print "<tr class='tableHeader " . ($last_item_colspan > 1 || !$resizable ? 'tableFixed':'') . "'>";
11341134

11351135
if (is_array($header_item) && isset($header_item['display'])) {

0 commit comments

Comments
 (0)