diff options
| author | fisharebest <fisharebest@gmail.com> | 2013-06-17 15:44:35 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2013-06-17 15:44:35 +0000 |
| commit | 0d0ca5cb7d16f23c4542402b9d9b3ba0fb19c68d (patch) | |
| tree | f49fb54a38b29b4eff95d1bfb22d9a936cd709a3 /library | |
| parent | f057a5c78fd720e1e6a828b1f3ef5752b6ed812c (diff) | |
| download | webtrees-0d0ca5cb7d16f23c4542402b9d9b3ba0fb19c68d.tar.gz webtrees-0d0ca5cb7d16f23c4542402b9d9b3ba0fb19c68d.tar.bz2 webtrees-0d0ca5cb7d16f23c4542402b9d9b3ba0fb19c68d.zip | |
#1100139 - Change Family Members screen not populating
Diffstat (limited to 'library')
| -rw-r--r-- | library/WT/GedcomRecord.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/GedcomRecord.php b/library/WT/GedcomRecord.php index b937e01370..308ddcf175 100644 --- a/library/WT/GedcomRecord.php +++ b/library/WT/GedcomRecord.php @@ -651,7 +651,7 @@ class WT_GedcomRecord { } $html='<a href="'.$this->getHtmlUrl().'"'; if ($find) { - $html.=' onclick="pasteid(\''.$this->getXref().'\');"'; + $html.=' onclick="pasteid(\''.$this->getXref().'\', \'' . htmlentities($name) . '\');"'; } $html.=' class="list_item"><b>'.$name.'</b>'; $html.=$this->format_list_details(); |
