Index: trunk/extensions/CodeReview/CodeRevisionView.php |
— | — | @@ -158,7 +158,7 @@ |
159 | 159 | "$viewvc$safePath?view=markup&pathrev=$rev", |
160 | 160 | $path ); |
161 | 161 | } else { |
162 | | - $link = $encPath; |
| 162 | + $link = $safePath; |
163 | 163 | } |
164 | 164 | if( $action !== 'A' && $action !== 'D' ) { |
165 | 165 | $diff = ' (' . |
— | — | @@ -168,7 +168,7 @@ |
169 | 169 | ')'; |
170 | 170 | } |
171 | 171 | } else { |
172 | | - $link = $encPath; |
| 172 | + $link = $safePath; |
173 | 173 | } |
174 | 174 | return "<li>$link ($desc)$diff</li>\n"; |
175 | 175 | } |