summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-12-16 09:11:27 +0000
committerfisharebest <fisharebest@gmail.com>2010-12-16 09:11:27 +0000
commit32e458ecc7d64a9fc74d7524cf741b9204de86e4 (patch)
tree8b759d214f8e558e2dbb723786417f0d737b41a5
parenta52892d888901005bdc28d13255f3404c63357cc (diff)
downloadwebtrees-32e458ecc7d64a9fc74d7524cf741b9204de86e4.tar.gz
webtrees-32e458ecc7d64a9fc74d7524cf741b9204de86e4.tar.bz2
webtrees-32e458ecc7d64a9fc74d7524cf741b9204de86e4.zip
Fix bug from svn10045 - add missing comma
-rw-r--r--modules/GEDFact_assistant/_CENS/census_3_find.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/GEDFact_assistant/_CENS/census_3_find.php b/modules/GEDFact_assistant/_CENS/census_3_find.php
index 0f8699854a..a1c5f37e61 100644
--- a/modules/GEDFact_assistant/_CENS/census_3_find.php
+++ b/modules/GEDFact_assistant/_CENS/census_3_find.php
@@ -150,7 +150,7 @@ case "facts":
print_simple_header(i18n::translate('Find fact tags'));
echo
WT_JS_START,
- 'jQuery(document).ready(function(){ initPickFact(); });'
+ 'jQuery(document).ready(function(){ initPickFact(); });',
WT_JS_END;
break;
}