diff options
author | jocuri%softhome.net <> | 2003-11-08 08:23:55 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2003-11-08 08:23:55 +0100 |
commit | 496759fb381fc81832abfd9dd75f9dd29ae0ca3a (patch) | |
tree | 1febd255e6a472846f8f6a1f1546e66422328cdb /template/en | |
parent | 289d6065fa88192e3f0ba213f4bb810b98e68a80 (diff) | |
download | bugzilla-496759fb381fc81832abfd9dd75f9dd29ae0ca3a.tar.gz bugzilla-496759fb381fc81832abfd9dd75f9dd29ae0ca3a.tar.xz |
Bug 225024: Space chomping issue in create.html.tmpl; r=kiko; a=myk.
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/create.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl index bf8813375..c787b8d3f 100644 --- a/template/en/default/account/create.html.tmpl +++ b/template/en/default/account/create.html.tmpl @@ -31,8 +31,8 @@ Create a new [% terms.Bugzilla %] account enter a legitimate e-mail address. The account will be created, and its password will be mailed to you. <b>You will not be able to log in until you receive the password.</b> If it doesn't arrive within a - reasonable amount of time, you can contact the maintainer of this - [% terms.Bugzilla %] installation + reasonable amount of time, you can contact the maintainer of + this [% terms.Bugzilla %] installation at <a href="mailto:[% Param("maintainer") %]">[% Param("maintainer") %]</a>. </p> |