Show More
@@ -118,12 +118,6 b" comparisonline = '" | |||
|
118 | 118 | <td class="source {type}"><a href="#{lineid}">{rightlinenumber}</a> {rightline|escape}</td> |
|
119 | 119 | </tr>' |
|
120 | 120 | |
|
121 | changelogparent = ' | |
|
122 | <tr> | |
|
123 | <th class="parent">parent {rev}:</th> | |
|
124 | <td class="parent"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> | |
|
125 | </tr>' | |
|
126 | ||
|
127 | 121 | changesetparent = '<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> ' |
|
128 | 122 | |
|
129 | 123 | changesetparentdiff = ' |
@@ -215,22 +209,12 b" filediffparent = '" | |||
|
215 | 209 | <th class="parent">parent {rev}:</th> |
|
216 | 210 | <td class="parent"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
217 | 211 | </tr>' |
|
218 | filelogparent = ' | |
|
219 | <tr> | |
|
220 | <th>parent {rev}:</th> | |
|
221 | <td><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td> | |
|
222 | </tr>' | |
|
223 | 212 | filediffchild = ' |
|
224 | 213 | <tr> |
|
225 | 214 | <th class="child">child {rev}:</th> |
|
226 | 215 | <td class="child"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> |
|
227 | 216 | </td> |
|
228 | 217 | </tr>' |
|
229 | filelogchild = ' | |
|
230 | <tr> | |
|
231 | <th>child {rev}:</th> | |
|
232 | <td><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td> | |
|
233 | </tr>' | |
|
234 | 218 | |
|
235 | 219 | indexentry = ' |
|
236 | 220 | <tr> |
General Comments 0
You need to be logged in to leave comments.
Login now