Show More
@@ -282,7 +282,7 b" shortlogentry = '" | |||
|
282 | 282 | </td> |
|
283 | 283 | </tr>' |
|
284 | 284 | filelogentry = ' |
|
285 | <tr class="parity{parity}"> | |
|
285 | <tr class="parity{if(patch, '1', '{parity}')}"> | |
|
286 | 286 | <td class="age"><i class="age">{date|rfc822date}</i></td> |
|
287 | 287 | <td><i>{author|person}</i></td> |
|
288 | 288 | <td> |
@@ -297,7 +297,8 b" filelogentry = '" | |||
|
297 | 297 | <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
|
298 | 298 | {rename%filelogrename} |
|
299 | 299 | </td> |
|
300 |
</tr> |
|
|
300 | </tr> | |
|
301 | {if(patch, '<tr><td colspan="4">{diff}</td></tr>')}' | |
|
301 | 302 | archiveentry = ' | <a href="{url|urlescape}archive/{symrev}{extension}{ifeq(path,'/','',path|urlescape)}">{type|escape}</a> ' |
|
302 | 303 | indexentry = ' |
|
303 | 304 | <tr class="parity{parity}"> |
General Comments 0
You need to be logged in to leave comments.
Login now