diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-10-23 19:23:57 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-10-23 19:23:57 +0100 |
| commit | bcc0ce23969ef39d67ed96c0dd3255b97d7d4b6a (patch) | |
| tree | 49b4f0167459c5c2347f7e0b85ac9a402cd17dc0 /modules_v3 | |
| parent | 47e7c78dc9fe94f41f18bf92dc5b1af9adb1fa06 (diff) | |
| download | webtrees-bcc0ce23969ef39d67ed96c0dd3255b97d7d4b6a.tar.gz webtrees-bcc0ce23969ef39d67ed96c0dd3255b97d7d4b6a.tar.bz2 webtrees-bcc0ce23969ef39d67ed96c0dd3255b97d7d4b6a.zip | |
#1243743 - Facts & Events blank on Individual Page
Diffstat (limited to 'modules_v3')
| -rw-r--r-- | modules_v3/GEDFact_assistant/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/GEDFact_assistant/module.php b/modules_v3/GEDFact_assistant/module.php index 2c8166d439..5be8634a3c 100644 --- a/modules_v3/GEDFact_assistant/module.php +++ b/modules_v3/GEDFact_assistant/module.php @@ -310,7 +310,7 @@ class GEDFact_assistant_WT_Module extends WT_Module { '<span class="note1">' . $postamble . '</span>'; } else { // Not a census-assistant shared note - apply default formatting - return expand_urls($note->getNote()); + return WT_Filter::expandUrls($note->getNote()); } } |
