Commit b4aeb34b authored by Jérome Perrin's avatar Jérome Perrin

restore original <title> (almost all functional tests were failing)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11897 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 64af1579
......@@ -94,7 +94,7 @@ IDEAS:\n
<base tal:attributes="href python: \'%s/\' % (url, )"/>\n
<meta name="generator" content="ERP5"/>\n
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>\n
<title tal:content="python: \'%s | %s\' % (here.getTitle() or here.getId(), here.getPortalObject().getTitle() or here.getPortalObject().getId())"/>\n
<title tal:content="title | string:ERP5"/>\n
<tal:block tal:repeat="css css_list">\n
<link tal:attributes="href css" type="text/css" rel="stylesheet"/>\n
</tal:block>\n
......@@ -150,7 +150,8 @@ IDEAS:\n
</body>\n
</html>\n
</tal:block>\n
</tal:block>
</tal:block>\n
]]></string> </value>
</item>
......
309
\ No newline at end of file
310
\ 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