#547528 by dww: Fixed Trailing whitespace in system_ip_blocking().
parent
00ad7e8e03
commit
527054dd86
|
@ -1166,8 +1166,8 @@ function system_ip_blocking() {
|
|||
$build['system_ip_blocking_form'] = drupal_get_form('system_ip_blocking_form');
|
||||
|
||||
$build['system_ip_blocking_table'] = array(
|
||||
'#theme' => 'table',
|
||||
'#header' => $header,
|
||||
'#theme' => 'table',
|
||||
'#header' => $header,
|
||||
'#rows' => $rows,
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue