Commit f2eb1c49 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix typos.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8161 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 405ebefd
......@@ -307,8 +307,8 @@
<tr tal:condition="here/showStat" id="listbox_stat_line"
tal:attributes="id string:${field_id}_stat_line">
<td tal:condition="is_report_tree_mode" class="Data">&nsbp;</td>
<td tal:condition="show_select_column" class="Data">&nsbp;</td>
<td tal:condition="is_report_tree_mode" class="Data">&nbsp;</td>
<td tal:condition="show_select_column" class="Data">&nbsp;</td>
<tal:block tal:repeat="value here/getStatValueList">
<td class="Data" align="left"
tal:define="original_value python: value[0]; processed_value python: value[1]"
......
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