diff options
| -rw-r--r-- | includes/functions/functions_print_lists.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print_lists.php b/includes/functions/functions_print_lists.php index 8fc7609000..8490290a79 100644 --- a/includes/functions/functions_print_lists.php +++ b/includes/functions/functions_print_lists.php @@ -1043,7 +1043,7 @@ function print_repo_table($repos) { echo '<table id="', $table_id, '"><thead><tr>'; echo '<th>', WT_I18N::translate('Repository name'), '</th>'; echo '<th>', WT_I18N::translate('Sources'), '</th>'; - echo '<th ',WT_Gedcom_Tag::getLabel('CHAN'), '</th>'; + echo '<th> ',WT_Gedcom_Tag::getLabel('CHAN'), '</th>'; echo '<th> </th>';//delete echo '</tr></thead>'; //-- table body |
