Commit ca143233 authored by Yusei Tahara's avatar Yusei Tahara

Use getProperty instead of getPropertyList. ERP5Site class does not have getPropertyList method.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20287 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3e49d646
......@@ -71,7 +71,7 @@ IDEAS:\n
<meta name="description" content=""\n
tal:attributes="content title | string:ERP5 Free Open Source ERP and CRM" />\n
<meta name="keywords" content=""\n
tal:attributes="content python:\', \'.join(here.getPropertyList(\'subject\', []) or [])" />\n
tal:attributes="content python:\', \'.join(here.getProperty(\'subject_list\', []) or [])" />\n
<meta name="robots" content="index, follow" />\n
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n
<meta http-equiv="Content-Script-Type" content="text/javascript" />\n
......
522
\ No newline at end of file
523
\ 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