* viewvc/templates/diff.ezt

Avoid creating references to undefined "vc_idiff_" class.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1250 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/1.0.0-rc1
cmpilato 2006-02-06 18:36:46 +00:00
parent d28ec94d3c
commit fd1afe5fdb
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@
<tr>
<th>[unified.left_number]</th>
<th>[unified.right_number]</th>
<td class="vc_idiff_[unified.type]">[for unified.segments][if-any unified.segments.type]<span class="vc_idiff_[unified.segments.type]">[unified.segments.text]</span>[else][unified.segments.text][end][end]</td>
<td[if-any unified.type] class="vc_idiff_[unified.type]"[end]>[for unified.segments][if-any unified.segments.type]<span class="vc_idiff_[unified.segments.type]">[unified.segments.text]</span>[else][unified.segments.text][end][end]</td>
</tr>
[end]
</tbody>