Commit d678a0da authored by Ivan Tyagov's avatar Ivan Tyagov

Generate valid XHTML.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38005 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6dc41af4
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -211,8 +208,7 @@ ...@@ -211,8 +208,7 @@
i18n:attributes="title"\n i18n:attributes="title"\n
i18n:domain="ui"\n i18n:domain="ui"\n
class="clickable_image rename_tab_dialog_image"\n class="clickable_image rename_tab_dialog_image"\n
onclick="toggleElement(\'rename_tab_dialog\');" \n onclick="toggleElement(\'rename_tab_dialog\');"></span>\n
alt="edit"></span>\n
\n \n
<span title="Remove"\n <span title="Remove"\n
i18n:attributes="title"\n i18n:attributes="title"\n
...@@ -223,8 +219,7 @@ ...@@ -223,8 +219,7 @@
\\\'%s\\\', \\\'%s\\\',\\\'/%s\\\')\' \n \\\'%s\\\', \\\'%s\\\',\\\'/%s\\\')\' \n
%(active_knowledge_pad.getRelativeUrl(), \n %(active_knowledge_pad.getRelativeUrl(), \n
mode,\n mode,\n
context.getId())" \n context.getId())"></span>\n
alt="remove"></span>\n
<span title="Remove"\n <span title="Remove"\n
i18n:attributes="title"\n i18n:attributes="title"\n
i18n:domain="ui"\n i18n:domain="ui"\n
...@@ -235,8 +230,7 @@ ...@@ -235,8 +230,7 @@
%(active_knowledge_pad.getRelativeUrl(), \n %(active_knowledge_pad.getRelativeUrl(), \n
mode,\n mode,\n
context.getPortalObject().getId(),\n context.getPortalObject().getId(),\n
context.getRelativeUrl())" \n context.getRelativeUrl())"></span>\n
alt="remove"></span>\n
\n \n
</li>\n </li>\n
\n \n
......
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -86,9 +83,7 @@ else:\n ...@@ -86,9 +83,7 @@ else:\n
\n \n
\n \n
s = """\n s = """\n
//\074![CDATA[\n
updater(\'%s\', \'%s\', \'%s\', \'%s\', \'%s\', %s);\n updater(\'%s\', \'%s\', \'%s\', \'%s\', \'%s\', %s);\n
//]]\076\n
""" %(url, box_relative_url, dom_id, \n """ %(url, box_relative_url, dom_id, \n
current_web_section_url, editable_mode, encodeInJson(params))\n current_web_section_url, editable_mode, encodeInJson(params))\n
return s\n return s\n
......
532 534
\ 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