From 67594d4bca6785c6ad2a29114b14d208b409c060 Mon Sep 17 00:00:00 2001 From: Do Nhat Minh Date: Fri, 26 Apr 2013 10:15:41 +0800 Subject: [PATCH] fix missing slash in url in sitemap.tmpl --- themes/sitemap.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/sitemap.tmpl b/themes/sitemap.tmpl index 31d94bf..d9b5f91 100644 --- a/themes/sitemap.tmpl +++ b/themes/sitemap.tmpl @@ -5,7 +5,7 @@ {foreach $url in $content.urls} - {$config.domain}{$url} + {$config.domain}/{$url} {/foreach}