#547528 by dww: Fixed Trailing whitespace in system_ip_blocking().

merge-requests/26/head
Angie Byron 2009-08-13 01:55:03 +00:00
parent 00ad7e8e03
commit 527054dd86
1 changed files with 2 additions and 2 deletions

View File

@ -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,
);