diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2010-09-25 06:52:38 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2010-09-25 06:52:38 +0000 |
| commit | 1c170bcbfdc75a8713b05898a0f5ec43272a3f40 (patch) | |
| tree | 302bd12bfa0fe42f4283f04a3cd8bf4e053ef42e /includes | |
| parent | 129f72f2d041b2f806ce859e1823c9c53b37cf02 (diff) | |
| download | webtrees-1c170bcbfdc75a8713b05898a0f5ec43272a3f40.tar.gz webtrees-1c170bcbfdc75a8713b05898a0f5ec43272a3f40.tar.bz2 webtrees-1c170bcbfdc75a8713b05898a0f5ec43272a3f40.zip | |
display WWW and URL fact, not only URL
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/functions/functions_print_facts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print_facts.php b/includes/functions/functions_print_facts.php index 5fa0b16ad0..9ba40758b9 100644 --- a/includes/functions/functions_print_facts.php +++ b/includes/functions/functions_print_facts.php @@ -777,7 +777,7 @@ function print_address_structure($factrec, $level) { if ($ct>0) { for($i=0; $i<$ct; $i++) { $resultText .= "<tr>"; - $resultText .= "\n\t\t<td><span class=\"label\"><b>".translate_fact('URL').": </b></span></td><td><span class=\"field\">"; + $resultText .= "\n\t\t<td><span class=\"label\"><b>".translate_fact($omatch[$i][1]).": </b></span></td><td><span class=\"field\">"; $resultText .= "<a href=\"".$omatch[$i][2]."\" target=\"_blank\">".$omatch[$i][2]."</a>\n"; $resultText .= "</span></td></tr>\n"; } |
