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 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
</pickle>
<pickle>
<dictionary>
......@@ -211,8 +208,7 @@
i18n:attributes="title"\n
i18n:domain="ui"\n
class="clickable_image rename_tab_dialog_image"\n
onclick="toggleElement(\'rename_tab_dialog\');" \n
alt="edit"></span>\n
onclick="toggleElement(\'rename_tab_dialog\');"></span>\n
\n
<span title="Remove"\n
i18n:attributes="title"\n
......@@ -223,8 +219,7 @@
\\\'%s\\\', \\\'%s\\\',\\\'/%s\\\')\' \n
%(active_knowledge_pad.getRelativeUrl(), \n
mode,\n
context.getId())" \n
alt="remove"></span>\n
context.getId())"></span>\n
<span title="Remove"\n
i18n:attributes="title"\n
i18n:domain="ui"\n
......@@ -235,8 +230,7 @@
%(active_knowledge_pad.getRelativeUrl(), \n
mode,\n
context.getPortalObject().getId(),\n
context.getRelativeUrl())" \n
alt="remove"></span>\n
context.getRelativeUrl())"></span>\n
\n
</li>\n
\n
......
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
</pickle>
<pickle>
<dictionary>
......@@ -86,9 +83,7 @@ else:\n
\n
\n
s = """\n
//\074![CDATA[\n
updater(\'%s\', \'%s\', \'%s\', \'%s\', \'%s\', %s);\n
//]]\076\n
""" %(url, box_relative_url, dom_id, \n
current_web_section_url, editable_mode, encodeInJson(params))\n
return s\n
......
532
\ No newline at end of file
534
\ 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