Commit 74074590 authored by Ivan Tyagov's avatar Ivan Tyagov

Typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38127 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 36d72ee3
......@@ -58,7 +58,7 @@
dummy python: request.set(\'here\', here);\n
global css_list css_list | python:[];\n
dummy python:css_list.extend([\'%s/%s\' % (portal_path, x) for x in portal.ERP5Site_getCssRelativeUrlList()]);\n
css_list_template css_list_template | python:[\'%s/erp5.css\' % (portal_path,)\n
css_list_template css_list_template | python:[\'%s/erp5.css\' % (portal_path,),\n
\'%s/erp5_listbox.css\' % (portal_path, ),];\n
dummy python:css_list.extend(css_list_template);\n
global js_list js_list | python:[\'%s/erp5_xhtml_appearance.js\' % portal_path];\n
......
986
\ No newline at end of file
987
\ 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