From 24d1eeb7c55df643fe099da1c2bc2b0236a0e2a5 Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Tue, 7 Apr 2009 07:38:33 +0000 Subject: [PATCH] fix a bug : documents wich their property value itself were not 'plain text' (like Ooo documents) were not good displayed in search result. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26313 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.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/ListBox_asSearchStyleHTML.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml index c7e6c840ab..5025b7d88d 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml @@ -281,7 +281,7 @@ </div>\n \n <span class="searchDetails found" \n - tal:content="structure python: obj.Base_showFoundText(obj, selection)"/>\n + tal:content="structure python: obj.Base_showFoundText(selection=selection)"/>\n \n <div class="searchDetails coordinates">\n <tal:block tal:condition="obj/getReference|nothing">\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 96fb20c16e..d15aedf3ca 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -691 \ No newline at end of file +692 \ No newline at end of file -- 2.30.9