Commit 24d1eeb7 authored by Fabien Morin's avatar Fabien Morin

fix a bug : documents wich their property value itself were not 'plain text'...

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
parent 85affcf9
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
</div>\n </div>\n
\n \n
<span class="searchDetails found" \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 \n
<div class="searchDetails coordinates">\n <div class="searchDetails coordinates">\n
<tal:block tal:condition="obj/getReference|nothing">\n <tal:block tal:condition="obj/getReference|nothing">\n
......
691 692
\ No newline at end of file \ 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