diff options
Diffstat (limited to 'templates/web/default/tokens/confirm_problem.html')
-rw-r--r-- | templates/web/default/tokens/confirm_problem.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/tokens/confirm_problem.html b/templates/web/default/tokens/confirm_problem.html index aeff2cc9c..cc3fb6400 100644 --- a/templates/web/default/tokens/confirm_problem.html +++ b/templates/web/default/tokens/confirm_problem.html @@ -12,7 +12,7 @@ tprintf( loc( '. You can <a href="%s">view the problem on this site</a>.' ), - c.cobrand.url( '/report/' _ problem.id ) + c.uri_for( '/report', problem.id ) ); %] </p> |