Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
125fa018
Commit
125fa018
authored
Sep 19, 2005
by
Dries
Browse files
- Patch
#31585
by Thox: fixed author information block.
parent
d43655c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/profile.module
View file @
125fa018
...
...
@@ -653,7 +653,7 @@ function theme_profile_block($account, $fields = array()) {
foreach
(
$fields
as
$field
)
{
if
(
$field
->
value
)
{
$output
.
=
"<p><strong>
$field->title
:</strong><br />
$value
</p>
\n
"
;
$output
.
=
"<p><strong>
$field->title
:</strong><br />
$
field->
value
</p>
\n
"
;
}
}
...
...
modules/profile/profile.module
View file @
125fa018
...
...
@@ -653,7 +653,7 @@ function theme_profile_block($account, $fields = array()) {
foreach
(
$fields
as
$field
)
{
if
(
$field
->
value
)
{
$output
.
=
"<p><strong>
$field->title
:</strong><br />
$value
</p>
\n
"
;
$output
.
=
"<p><strong>
$field->title
:</strong><br />
$
field->
value
</p>
\n
"
;
}
}
...
...
Write
Preview
Supports
Markdown
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