We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a79923 + b2ff8f7 commit 9ef11eeCopy full SHA for 9ef11ee
src/sitemap.cpp
@@ -72,10 +72,10 @@ void Sitemap::finalize()
72
void Sitemap::addIndexFile(const QCString & fileName)
73
{
74
QCString fn = fileName;
75
- QCString sidemapUrl = Config_getString(SITEMAP_URL);
+ QCString sitemapUrl = Config_getString(SITEMAP_URL);
76
addHtmlExtensionIfMissing(fn);
77
p->doc << " <url>\n";
78
- p->doc << " <loc>" << convertToXML(sidemapUrl + fn) << "</loc>\n";
+ p->doc << " <loc>" << convertToXML(sitemapUrl + fn) << "</loc>\n";
79
p->doc << " </url>\n";
80
}
81
0 commit comments