From 7d65722db6107ed7bee465a98bb46b2046756ff9 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 22 Dec 2013 21:26:42 +0100 Subject: Bug 952793: Remove HTML4 elements which are obsolete in HTML5 r/a=justdave --- template/en/default/global/code-error.html.tmpl | 16 ++++++++-------- template/en/default/global/user-error.html.tmpl | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 357baec4a..08ddace9d 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -64,13 +64,13 @@ [% ELSIF error == "chart_datafile_corrupt" %] The chart data file [% file FILTER html %] is corrupt. - + [% ELSIF error == "chart_dir_nonexistent" %] - One of the directories [% dir FILTER html %] and - [% graph_dir FILTER html %] does not exist. - + One of the directories [% dir FILTER html %] and + [% graph_dir FILTER html %] does not exist. + [% ELSIF error == "chart_file_open_fail" %] - Unable to open the chart datafile [% filename FILTER html %]. + Unable to open the chart datafile [% filename FILTER html %]. [% ELSIF error == "column_alter_nonexistent_fk" %] You attempted to modify the foreign key for @@ -430,15 +430,15 @@ with details of what you were doing at the time this message appeared.

- + - + 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" %] - '[% date FILTER html %]' is not a legal date. + '[% date FILTER html %]' is not a legal date. [% IF format %] - Please use the format '[% format FILTER html %]'. + Please use the format '[% format FILTER html %]'. [% END %] [% ELSIF error == "illegal_email_address" %] @@ -938,9 +938,9 @@ [% ELSIF error == "illegal_time" %] [% title = "Illegal Time" %] - '[% time FILTER html %]' is not a legal time. + '[% time FILTER html %]' is not a legal time. [% IF format %] - Please use the format '[% format FILTER html %]'. + Please use the format '[% format FILTER html %]'. [% END %] [% ELSIF error == "illegal_regexp" %] @@ -1064,7 +1064,7 @@ [% ELSIF error == "invalid_username" %] [% title = "Invalid Username" %] - The name [% name FILTER html %] is not a valid username. + The name [% name FILTER html %] 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" %] - [% name FILTER html %] does not exist or you are not allowed + [% name FILTER html %] does not exist or you are not allowed to see that user. [% ELSIF error == "user_match_too_many" %] -- cgit v1.2.3-24-g4f1b