summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/auth.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/admin/params/auth.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/admin/params/auth.html.tmpl')
-rw-r--r--template/en/default/admin/params/auth.html.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/admin/params/auth.html.tmpl b/template/en/default/admin/params/auth.html.tmpl
index 228609827..88d54ccf3 100644
--- a/template/en/default/admin/params/auth.html.tmpl
+++ b/template/en/default/admin/params/auth.html.tmpl
@@ -96,24 +96,24 @@
webservice_email_filter =>
"Filter email addresses returned by the WebService API depending on " _
"if the user is logged in or not. This works similarly to how the " _
- "web UI currently filters email addresses. If <tt>requirelogin</tt> " _
+ "web UI currently filters email addresses. If <var>requirelogin</var> " _
"is enabled, then this parameter has no effect as users must be logged " _
"in to use ${terms.Bugzilla}.",
emailregexp =>
"This defines the regular expression to use for legal email addresses. " _
"The default tries to match fully qualified email addresses. " _
- "Use <tt>.*</tt> to accept any email address following the " _
- "<a href='http://tools.ietf.org/html/rfc2822#section-3.4.1'>RFC 2822</a> " _
- "specification. Another popular value to put here is <tt>^[^@]+$</tt>, " _
+ "Use <kbd>.*</kbd> to accept any email address following the " _
+ "<a href=\"http://tools.ietf.org/html/rfc2822#section-3.4.1\">RFC 2822</a> " _
+ "specification. Another popular value to put here is <kbd>^[^@]+$</kbd>, " _
"which means 'local usernames, no @ allowed.'",
emailregexpdesc => "This description explains valid addresses that " _
- "are allowed by the <tt>emailregexp</tt> param.",
+ "are allowed by the <var>emailregexp</var> param.",
emailsuffix => "This is a string to append to any email addresses when actually " _
"sending mail to that address. It is useful if you have changed " _
- "the <tt>emailregexp</tt> param to only allow local usernames, " _
+ "the <var>emailregexp</var> param to only allow local usernames, " _
"but you want the mail to be delivered to username@my.local.hostname.",
createemailregexp => "This defines the (case-insensitive) regexp to use for email addresses that are " _