diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-10-05 22:00:03 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-10-05 22:00:03 +0100 |
| commit | aed28092fb134bbc0d1660e78ffd0b2c5f8739c0 (patch) | |
| tree | d850621506201b2da2bffae4ac272565f2661932 /includes | |
| parent | d5bf7ddb15ef47f79d687842bcef3a4d5ac28d97 (diff) | |
| download | webtrees-aed28092fb134bbc0d1660e78ffd0b2c5f8739c0.tar.gz webtrees-aed28092fb134bbc0d1660e78ffd0b2c5f8739c0.tar.bz2 webtrees-aed28092fb134bbc0d1660e78ffd0b2c5f8739c0.zip | |
HTML validation
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/functions/functions_print.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php index 193f1bea8f..a34e39adc3 100644 --- a/includes/functions/functions_print.php +++ b/includes/functions/functions_print.php @@ -534,7 +534,7 @@ function help_link($help_topic, $module='') { // Print an external help link to the wiki site, in a new window function wiki_help_link($topic) { - return '<a class="help icon-wiki" href="'.WT_WEBTREES_WIKI.$topic.'" alt="'.WT_I18N::translate('webtrees wiki').'" target="_blank"> </a>'; + return '<a class="help icon-wiki" href="'.WT_WEBTREES_WIKI.$topic.'" title="'.WT_I18N::translate('webtrees wiki').'" target="_blank"> </a>'; } // When a user has searched for text, highlight any matches in |
