@@ -136,7 +136,7 @@ function xmlsitemap_output_xsl() {
...
@@ -136,7 +136,7 @@ function xmlsitemap_output_xsl() {
// Make sure the strings in the XSL content are translated properly.
// Make sure the strings in the XSL content are translated properly.
$replacements=array(
$replacements=array(
'Sitemap file'=>t('Sitemap file'),
'Sitemap file'=>t('Sitemap file'),
'Generated by the <a href="http://drupal.org/project/xmlsitemap">Drupal XML sitemap module</a>.'=>t('Generated by the <a href="@link-xmlsitemap">Drupal XML sitemap module</a>.',array('@link-xmlsitemap'=>'http://drupal.org/project/xmlsitemap')),
'Generated by the <a href="https://drupal.org/project/xmlsitemap">Drupal XML sitemap module</a>.'=>t('Generated by the <a href="@link-xmlsitemap">Drupal XML sitemap module</a>.',array('@link-xmlsitemap'=>'https://drupal.org/project/xmlsitemap')),
'Number of sitemaps in this index'=>t('Number of sitemaps in this index'),
'Number of sitemaps in this index'=>t('Number of sitemaps in this index'),
'Click on the table headers to change sorting.'=>t('Click on the table headers to change sorting.'),
'Click on the table headers to change sorting.'=>t('Click on the table headers to change sorting.'),