summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-12-22 21:26:42 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-12-22 21:26:42 +0100
commit7d65722db6107ed7bee465a98bb46b2046756ff9 (patch)
treee71c8fe913586d83cf0bba6fb536c59c62e575e6 /template/en/default/global/user-error.html.tmpl
parent8fd4de3639d393feb37a1744d9a91e1a25119c5d (diff)
downloadbugzilla-7d65722db6107ed7bee465a98bb46b2046756ff9.tar.gz
bugzilla-7d65722db6107ed7bee465a98bb46b2046756ff9.tar.xz
Bug 952793: Remove HTML4 elements which are obsolete in HTML5
r/a=justdave
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r--template/en/default/global/user-error.html.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 55379bda6..2018caee2 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -885,9 +885,9 @@
[% ELSIF error == "illegal_date" %]
[% title = "Illegal Date" %]
- '<tt>[% date FILTER html %]</tt>' is not a legal date.
+ '<kbd>[% date FILTER html %]</kbd>' is not a legal date.
[% IF format %]
- Please use the format '<tt>[% format FILTER html %]</tt>'.
+ Please use the format '<code>[% format FILTER html %]</code>'.
[% END %]
[% ELSIF error == "illegal_email_address" %]
@@ -938,9 +938,9 @@
[% ELSIF error == "illegal_time" %]
[% title = "Illegal Time" %]
- '<tt>[% time FILTER html %]</tt>' is not a legal time.
+ '<kbd>[% time FILTER html %]</kbd>' is not a legal time.
[% IF format %]
- Please use the format '<tt>[% format FILTER html %]</tt>'.
+ Please use the format '<code>[% format FILTER html %]</code>'.
[% END %]
[% ELSIF error == "illegal_regexp" %]
@@ -1064,7 +1064,7 @@
[% ELSIF error == "invalid_username" %]
[% title = "Invalid Username" %]
- The name <tt>[% name FILTER html %]</tt> is not a valid username.
+ The name <kbd>[% name FILTER html %]</kbd> is not a valid username.
Either you misspelled it, or the person has not
registered for a [% terms.Bugzilla %] account.
@@ -1832,7 +1832,7 @@
[% ELSIF error == "user_match_failed" %]
[% title = "Match Failed" %]
- <tt>[% name FILTER html %]</tt> does not exist or you are not allowed
+ <kbd>[% name FILTER html %]</kbd> does not exist or you are not allowed
to see that user.
[% ELSIF error == "user_match_too_many" %]