diff options
Diffstat (limited to 'templates/web/bathnes/contact/index.html')
-rw-r--r-- | templates/web/bathnes/contact/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/web/bathnes/contact/index.html b/templates/web/bathnes/contact/index.html index d9947cbec..c6bca0350 100644 --- a/templates/web/bathnes/contact/index.html +++ b/templates/web/bathnes/contact/index.html @@ -25,16 +25,16 @@ </p> <blockquote> - <p> + <cite> [% IF update.anonymous %] [% tprintf( loc('Update below added anonymously at %s'), prettify_dt( update.confirmed ) ) %] [% ELSE %] [% tprintf( loc('Update below added by %s at %s'), update.name, prettify_dt( update.confirmed ) ) | html %] [% END %] - </p> + </cite> <p> - [% update.text | html %] + [%~ update.text | html ~%] </p> </blockquote> @@ -54,16 +54,16 @@ <blockquote> <h2>[% problem.title_safe | html %]</h2> - <p> + <cite> [% IF problem.anonymous %] [% tprintf( loc('Reported anonymously at %s'), prettify_dt( problem.confirmed ) ) %] [% ELSE %] [% tprintf( loc('Reported by %s at %s'), problem.user.name, prettify_dt( problem.confirmed ) ) | html %] [% END %] - </p> + </cite> <p> - [% problem.detail | html %] + [%~ problem.detail | html ~%] </p> </blockquote> |