diff options
Diffstat (limited to 'modules/translation/translation.pages.inc')
-rw-r--r-- | modules/translation/translation.pages.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/translation/translation.pages.inc b/modules/translation/translation.pages.inc index 50d8849ee..70fa7fd10 100644 --- a/modules/translation/translation.pages.inc +++ b/modules/translation/translation.pages.inc @@ -55,12 +55,12 @@ function translation_node_overview($node) { } drupal_set_title(t('Translations of %title', array('%title' => $node->title)), PASS_THROUGH); - + $build['translation_node_overview'] = array( - '#theme' => 'table', - '#header' => $header, + '#theme' => 'table', + '#header' => $header, '#rows' => $rows, ); - + return $build; } |