Remove the extra path part
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Jan 2006 22:18:24 +0000 (22:18 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Jan 2006 22:18:24 +0000 (22:18 +0000)
templates/default/diff_line.tpl

index 2b71e64a44937335d7857f3addb0ed8e94c0c1ea..f816e41f63068072ef899173a86e9e30c83f9230 100644 (file)
@@ -1,7 +1,7 @@
 <if condition="$show['hunk']">
        <tr>
-               <td class="subhead" style="border-width: 0px 1px 1px 1px; width: 1%"><a href="$viewsvn->path/$rlow">r$low</a></td>
-               <td class="subhead" style="border-width: 0px 1px 1px 0px; width: 1%"><a href="$viewsvn->path/$rhigh">r$high</a></td>
+               <td class="subhead" style="border-width: 0px 1px 1px 1px; width: 1%"><a href="$rlow">r$low</a></td>
+               <td class="subhead" style="border-width: 0px 1px 1px 0px; width: 1%"><a href="$rhigh">r$high</a></td>
                <td class="subhead" style="border-width: 0px 1px 1px 0px">&nbsp;</td>
        </tr>
 <else />