From ca143233d99ec07c17d142fbec7c4ecc9a9c4422 Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Thu, 3 Apr 2008 09:02:03 +0000 Subject: [PATCH] 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 --- .../portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml | 2 +- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml index a4ab2c0f02..94b3230127 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml @@ -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 diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 8db1e5f188..a9d3bc092c 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -522 \ No newline at end of file +523 \ No newline at end of file -- 2.30.9