Show More
@@ -170,21 +170,11 filediffparent = ' | |||
|
170 | 170 | <th class="parent">parent {rev}:</th> |
|
171 | 171 | <td class="parent"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
172 | 172 | </tr>' |
|
173 | filelogparent = ' | |
|
174 | <tr> | |
|
175 | <th>parent {rev}:</th> | |
|
176 | <td><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td> | |
|
177 | </tr>' | |
|
178 | 173 | filediffchild = ' |
|
179 | 174 | <tr> |
|
180 | 175 | <th class="child">child {rev}:</th> |
|
181 | 176 | <td class="child"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
182 | 177 | </tr>' |
|
183 | filelogchild = ' | |
|
184 | <tr> | |
|
185 | <th>child {rev}:</th> | |
|
186 | <td><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td> | |
|
187 | </tr>' | |
|
188 | 178 | indexentry = ' |
|
189 | 179 | <tr class="parity{parity}"> |
|
190 | 180 | <td><a href="{url|urlescape}{sessionvars%urlparameter}">{name|escape}</a></td> |
General Comments 0
You need to be logged in to leave comments.
Login now