Commit 34bcdd0d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a bug when no keyword exists.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28687 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e9731b99
......@@ -98,7 +98,7 @@
footer_area python:aggregate.get(\'footer\', []);\n
global header_title python:\'%s | %s\' % (here.getTitleOrId(), website.getTitleOrId());\n
global description python:here.getDescription() or here.getLayoutProperty(\'description\');\n
global subject_list python:here.getSubjectList() or here.getLayoutProperty(\'subject_list\');\n
global subject_list python:here.getSubjectList() or here.getLayoutProperty(\'subject_list\') or [];\n
global css_list_template python:[\n
\'%s/erp5_web_toolbar.css\' % portal_path,\n
\'%s/mf54_reset.css\' % portal_path,\n
......
133
\ No newline at end of file
134
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment