diff options
author | lpsolit%gmail.com <> | 2006-04-15 02:04:28 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-04-15 02:04:28 +0200 |
commit | e1dc3f11aebfc273f79533af5a8108d4bfd85666 (patch) | |
tree | 1a6d20b05df69a30f936a44673d6d9bcf03f1aa2 /template | |
parent | 344149d0e639267412ca0e2ccd95c2872e9350d9 (diff) | |
download | bugzilla-e1dc3f11aebfc273f79533af5a8108d4bfd85666.tar.gz bugzilla-e1dc3f11aebfc273f79533af5a8108d4bfd85666.tar.xz |
Bug 333836: extra </a> in sudo_password_required message - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 6e029e1f5..54aa31ee0 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1228,7 +1228,7 @@ Your [% terms.Bugzilla %] password is required to begin a sudo session. Please <a href="relogin.cgi?action=prepare-sudo&target_login= [%- target_login FILTER html %]&reason= - [%- reason FILTER html %]">go back</a> and enter your password</a>. + [%- reason FILTER html %]">go back</a> and enter your password. [% ELSIF error == "sudo_preparation_required" %] [% title = "Preparation Required" %] |