Line 97 xmlsitemap_node.module

Page:
/admin/settings/xmlsitemap

In the module's settings page under Content types fieldset, some of the links to the content types are wrong. This only happens when the content type's name has a space in it. i.e.:

Sample Links for content types:

Landing Page (/admin/content/node-type/landing_page?destination=admin%2Fsettings%2Fxmlsitemap) // wrong link, it should be landing-page instead of landing_page
Page (/admin/content/node-type/page?destination=admin%2Fsettings%2Fxmlsitemap) // correct link

Comments

dave reid’s picture

Status: Active » Fixed

Thanks for the report. I didn't think to test complex node types. I committed a fix to CVS and the development build will be regenerated in 12 hours or less.
http://drupal.org/cvs?commit=237046

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.