Commit 71d7fce7 authored by Fabien Morin's avatar Fabien Morin

correct some errors to be valid XHTML

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19954 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4e69c9ad
......@@ -235,7 +235,7 @@
\n
<input type="hidden" name="listbox_uid:list" value="" />\n
\n
<script language="JavaScript"\n
<script type="text/javascript"\n
tal:define="size python:len(line_list);\n
start_frame python:here.renderer.getLineStart();\n
end_frame python:start_frame+size;"\n
......@@ -245,7 +245,7 @@
">\n
</script>\n
\n
<script language="JavaScript">\n
<script type="text/javascript">\n
var parent_node = getElementsByTagAndClassName("div", "ListContent")[0];\n
\n
function makeThumnailNode(parent_node, frame, src){\n
......@@ -253,7 +253,7 @@ function makeThumnailNode(parent_node, frame, src){\n
img_node.src = src;\n
img_node.style.margin="6px 2px";\n
var a_node = document.createElement("a");\n
a_node.href="PDF_viewHTMLPreviewAsImage?selection_index="+frame+"&selection_name="+SELECTION_NAME;\n
a_node.href="PDF_viewHTMLPreviewAsImage?selection_index="+frame+"&amp;selection_name="+SELECTION_NAME;\n
a_node.appendChild(img_node);\n
parent_node.appendChild(a_node);\n
}\n
......
863
\ No newline at end of file
864
\ 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