diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-12-16 09:11:27 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-12-16 09:11:27 +0000 |
| commit | 32e458ecc7d64a9fc74d7524cf741b9204de86e4 (patch) | |
| tree | 8b759d214f8e558e2dbb723786417f0d737b41a5 | |
| parent | a52892d888901005bdc28d13255f3404c63357cc (diff) | |
| download | webtrees-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.php | 2 |
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; } |
