Skip to content

Commit

Permalink
IGN: fixed forgotten comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Sep 11, 2013
1 parent 91aef2c commit 45ff34e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/xql/utilities/createSiteMap.xql
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ declare function local:createSitemap($lang as xs:string) as element(urlset) {
<url><loc>{string-join((wega:getOption('baseHref'), $lang, replace(wega:getLanguageString($i, $lang), '\s', '_')), '/')}</loc></url>
}
{
(:for $k in $local:databaseEntries return local:getUrlList($k, $lang):)
()
for $k in $local:databaseEntries return local:getUrlList($k, $lang)
}
</urlset>
};
Expand Down

0 comments on commit 45ff34e

Please sign in to comment.