Commit a3ac4ba4 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

first parameter in url should start with '?' not '&'.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28578 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 06b89b52
......@@ -46,7 +46,7 @@
next_thunmbnail_index python: current_thumbnail_index + 1;\n
previous_thunmbnail_index python: current_thumbnail_index - 1;\n
parent_doc_url here/absolute_url;\n
base_url string:${parent_doc_url}/PDF_viewHTMLPreviewAsImage&;">\n
base_url string:${parent_doc_url}/PDF_viewHTMLPreviewAsImage?">\n
\n
<div class="pdf-preview-navigation">\n
<tal:block tal:condition="python:current_thumbnail_index >= 1">\n
......
1010
\ No newline at end of file
1011
\ 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