fixes for sitemp.xml
This commit is contained in:
parent
7f98f5516e
commit
ae2f0d0377
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue