diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-11 14:28:19 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-11 14:28:19 +0000 |
| commit | 82cdab85b72af25c42d877e7f619b59fe47ee36d (patch) | |
| tree | 9c1f375707a3186ae22f3d518c431e6cbc7259d0 | |
| parent | 511804889b4c42f9b16efd2a55e5b1075d1c8709 (diff) | |
| download | webtrees-82cdab85b72af25c42d877e7f619b59fe47ee36d.tar.gz webtrees-82cdab85b72af25c42d877e7f619b59fe47ee36d.tar.bz2 webtrees-82cdab85b72af25c42d877e7f619b59fe47ee36d.zip | |
Fix: broken HTML in repo list header
| -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 |
