aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/default/tokens/confirm_update.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/tokens/confirm_update.html b/templates/web/default/tokens/confirm_update.html
index 10886cb12..56f04e12a 100644
--- a/templates/web/default/tokens/confirm_update.html
+++ b/templates/web/default/tokens/confirm_update.html
@@ -10,7 +10,7 @@
[% ELSE %]
[%
tprintf( loc('You have successfully confirmed your update and you can now <a href="%s">view it on the site</a>.'), c.uri_for( '/report',
- update.problem.id ) _ '#' _ update.id );
+ update.problem.id ) _ '#update_' _ update.id );
%]
[% END %]
</p>