diff options
author | Thomas Willingham <founder@kakste.com> | 2014-01-10 20:37:25 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-01-10 20:37:25 +0000 |
commit | 865f7aef1c31d245ee8814bb44358d2e8b1a1890 (patch) | |
tree | 3cb8ab896f6fbf32df66ab755d9dce6081be8ab2 | |
parent | ecbe798294600cf3387eb951f13c6f4358d4691c (diff) | |
download | volse-hubzilla-865f7aef1c31d245ee8814bb44358d2e8b1a1890.tar.gz volse-hubzilla-865f7aef1c31d245ee8814bb44358d2e8b1a1890.tar.bz2 volse-hubzilla-865f7aef1c31d245ee8814bb44358d2e8b1a1890.zip |
Prevent whitespace breaking copy-paste of reset passwords.
-rwxr-xr-x | view/tpl/pwdreset.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/pwdreset.tpl b/view/tpl/pwdreset.tpl index 3993dec64..a9106343f 100755 --- a/view/tpl/pwdreset.tpl +++ b/view/tpl/pwdreset.tpl @@ -6,9 +6,7 @@ <p> {{$lbl3}} </p> -<p> -{{$newpass}} -</p> +<p>{{$newpass}}</p> <p> {{$lbl4}} {{$lbl5}} </p> |