Commit dd8768db authored by Ivan Tyagov's avatar Ivan Tyagov

Typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43732 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2db930d6
......@@ -163,7 +163,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
tal:repeat="struct_ind python:struct_range[1:]">\n
<div tal:condition="python:(not field_errors.has_key(field.id))"><!-- field has no error 1-->\n
<div tal:define="struct_content python:struct_input_div[struct_ind];\n
struct_content python:\'/>\'in struct_content and struct_content[:struct_content.rfind(\'/&gt;\')+2] or struct_content;\n
struct_content python:\'/>\'in struct_content and struct_content[:struct_content.rfind(\'/>\')+2] or struct_content;\n
struct_final python:\'%s %s\' %\n
(\'<input \', struct_content);\n
class_final python:\'%s%s%s\' %\n
......
750
\ No newline at end of file
751
\ 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