Commit c887b33a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixes for valid XHTML output.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29156 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6eda9646
......@@ -152,7 +152,7 @@
<div class="input">\n
<select class="input" name="clone_portal_type" \n
size="1" onchange="setCreationMode(this)">\n
<option value="None" selected>&mdash; Same as Current &mdash;</option>\n
<option value="None" selected="selected">&mdash; Same as Current &mdash;</option>\n
<option tal:repeat="portal_type python: here.getPortalWebDocumentTypeList()"\n
tal:content="portal_type"\n
tal:attributes="value portal_type"\n
......@@ -176,7 +176,7 @@
\n
</fieldset>\n
\n
<script type="text/javascript" language="JavaScript" tal:content="string:\n
<script type="text/javascript" tal:content="string:\n
// preload action icons\n
if (document.images) {\n
clone_icon = new Image();\n
......
854
\ No newline at end of file
855
\ 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