Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
be5f1d2e
Commit
be5f1d2e
authored
Apr 22, 2002
by
Kjartan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixing that persistant <br \>
parent
de5b9a16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/user.module
modules/user.module
+1
-1
modules/user/user.module
modules/user/user.module
+1
-1
No files found.
modules/user.module
View file @
be5f1d2e
...
...
@@ -480,7 +480,7 @@ function user_block() {
if
(
variable_get
(
"account_register"
,
1
))
{
$output
.
=
"» "
.
lm
(
t
(
"Register"
),
array
(
"mod"
=>
"user"
,
"op"
=>
"register"
),
t
(
"Create a new user account."
))
.
"
\n
"
;
}
$output
.
=
"<br
\
>» "
.
lm
(
t
(
"New password"
),
array
(
"mod"
=>
"user"
,
"op"
=>
"password"
),
t
(
"Request new password via e-mail"
))
.
"<br />"
;
$output
.
=
"<br
/
>» "
.
lm
(
t
(
"New password"
),
array
(
"mod"
=>
"user"
,
"op"
=>
"password"
),
t
(
"Request new password via e-mail"
))
.
"<br />"
;
$block
[
1
][
"content"
]
=
$output
;
}
...
...
modules/user/user.module
View file @
be5f1d2e
...
...
@@ -480,7 +480,7 @@ function user_block() {
if
(
variable_get
(
"account_register"
,
1
))
{
$output
.
=
"» "
.
lm
(
t
(
"Register"
),
array
(
"mod"
=>
"user"
,
"op"
=>
"register"
),
t
(
"Create a new user account."
))
.
"
\n
"
;
}
$output
.
=
"<br
\
>» "
.
lm
(
t
(
"New password"
),
array
(
"mod"
=>
"user"
,
"op"
=>
"password"
),
t
(
"Request new password via e-mail"
))
.
"<br />"
;
$output
.
=
"<br
/
>» "
.
lm
(
t
(
"New password"
),
array
(
"mod"
=>
"user"
,
"op"
=>
"password"
),
t
(
"Request new password via e-mail"
))
.
"<br />"
;
$block
[
1
][
"content"
]
=
$output
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment