diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-07 14:06:00 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-07 14:06:00 +0100 |
commit | ccaa2f9b12d86ea43ebfcf250a3d788440064b5c (patch) | |
tree | 007935b9577f53fab571d0ad481f535bbe748e10 /templates/web/default/tokens | |
parent | be0166b940f99a04ad15805744dc87f6c7c605fe (diff) |
Minor text and HTML fixes from final look through some old CGI scripts, now removed.
Diffstat (limited to 'templates/web/default/tokens')
-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 25a1235f6..10886cb12 100644 --- a/templates/web/default/tokens/confirm_update.html +++ b/templates/web/default/tokens/confirm_update.html @@ -9,7 +9,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', + 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 ); %] [% END %] |