diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-10 12:46:21 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-10 12:46:21 +0100 |
commit | 07f72867c97baebcec73583f6adb028966ffc6d5 (patch) | |
tree | 1e82fdfff8b633f82d0d1e2e46b7b004b8f5b5b3 | |
parent | 1a25ba193b2c387934721947d1d59d2d92814c08 (diff) |
correct a name reference for updates
-rw-r--r-- | templates/web/default/tokens/confirm_update.html | 2 |
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> |