File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
roundup/templates/extended Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- <!-- $Id: msg.index,v 1.1 2001-07-23 04:21:20 richard Exp $-->
2- <tr>
1+ <!-- $Id: msg.index,v 1.2 2001-09-27 06:36:42 richard Exp $-->
2+ <tr class="row-hilite" >
33 <property name="date">
44 <td><display call="link('date')"></td>
55 </property>
66 <property name="author">
77 <td><display call="plain('author')"></td>
88 </property>
9- <property name="summary" >
10- <td><display call="plain('summary')"></td >
11- </property >
9+ </tr >
10+ <tr bgcolor="ffeaff" >
11+ <td colspan=2><xmp><display call="plain('content')"></xmp></td >
1212</tr>
Original file line number Diff line number Diff line change 183183"""
184184
185185msgDOTindex = """<!-- dollarId: msg.index,v 1.1 2001/07/23 04:21:20 richard Exp dollar-->
186- <tr>
186+ <tr class="row-hilite" >
187187 <property name="date">
188188 <td><display call="link('date')"></td>
189189 </property>
190190 <property name="author">
191191 <td><display call="plain('author')"></td>
192192 </property>
193- <property name="summary" >
194- <td><display call="plain('summary')"></td >
195- </property >
193+ </tr >
194+ <tr bgcolor="ffeaff" >
195+ <td colspan=2><xmp><display call="plain('content')"></xmp></td >
196196</tr>
197197"""
198198
You can’t perform that action at this time.
0 commit comments