summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-11 14:28:19 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-11 14:28:19 +0000
commit82cdab85b72af25c42d877e7f619b59fe47ee36d (patch)
tree9c1f375707a3186ae22f3d518c431e6cbc7259d0 /includes
parent511804889b4c42f9b16efd2a55e5b1075d1c8709 (diff)
downloadwebtrees-82cdab85b72af25c42d877e7f619b59fe47ee36d.tar.gz
webtrees-82cdab85b72af25c42d877e7f619b59fe47ee36d.tar.bz2
webtrees-82cdab85b72af25c42d877e7f619b59fe47ee36d.zip
Fix: broken HTML in repo list header
Diffstat (limited to 'includes')
-rw-r--r--includes/functions/functions_print_lists.php2
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>&nbsp;</th>';//delete
echo '</tr></thead>';
//-- table body