From 32e458ecc7d64a9fc74d7524cf741b9204de86e4 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Thu, 16 Dec 2010 09:11:27 +0000 Subject: Fix bug from svn10045 - add missing comma --- modules/GEDFact_assistant/_CENS/census_3_find.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.3