fixes for sitemp.xml

This commit is contained in:
Rushabh Mehta 2011-07-21 10:07:16 +05:30
parent 7f98f5516e
commit ae2f0d0377

View file

@ -148,7 +148,7 @@ def load_properties():
page_url = webnotes.form_dict.get('_escaped_fragment_', webnotes.form_dict.get('page', ''))
if pag_url and page_url.lower().startswith('page/'):
if page_url and page_url.lower().startswith('page/'):
page_url = page_url[5:]
if page_url: