appy.shared.diff: bugfix: work internally on unicode representations of strings to diff: this way, we are sure every char is one char length.
This commit is contained in:
parent
40e8a5f258
commit
abdd0ee52d
4 changed files with 19 additions and 7 deletions
|
@ -189,7 +189,8 @@
|
|||
<table width="100%" class="summary">
|
||||
<tr>
|
||||
<tal:comment replace="nothing">Title</tal:comment>
|
||||
<td colspan="2" class="objectTitle" tal:content="contextObj/title_or_id"></td>
|
||||
<td colspan="2" class="objectTitle"
|
||||
tal:content="python: contextObj.getFieldValue('title', layoutType='view')"></td>
|
||||
</tr>
|
||||
<tr class="underTitle">
|
||||
<td colspan="2" class="by">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue