Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
83e8ec4d
Commit
83e8ec4d
authored
Sep 18, 2003
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fixed small spacing problem
parent
796a70de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/help.module
modules/help.module
+1
-1
modules/help/help.module
modules/help/help.module
+1
-1
No files found.
modules/help.module
View file @
83e8ec4d
...
...
@@ -43,7 +43,7 @@ function help_admin() {
$temp
=
module_invoke
(
$name
,
"help"
,
"admin/"
.
$name
.
"/help"
);
if
(
!
empty
(
$temp
))
{
$links
[]
=
l
(
$name
,
"admin/help#
$name
"
);
$output
.
=
"<h2><a id=
\"
$name
\"
>"
.
ucfirst
(
$name
)
.
" module</a></h2>"
;
$output
.
=
"<h2><a id=
\"
$name
\"
>"
.
ucfirst
(
$name
)
.
" module</a></h2>"
;
$output
.
=
$temp
;
}
}
...
...
modules/help/help.module
View file @
83e8ec4d
...
...
@@ -43,7 +43,7 @@ function help_admin() {
$temp
=
module_invoke
(
$name
,
"help"
,
"admin/"
.
$name
.
"/help"
);
if
(
!
empty
(
$temp
))
{
$links
[]
=
l
(
$name
,
"admin/help#
$name
"
);
$output
.
=
"<h2><a id=
\"
$name
\"
>"
.
ucfirst
(
$name
)
.
" module</a></h2>"
;
$output
.
=
"<h2><a id=
\"
$name
\"
>"
.
ucfirst
(
$name
)
.
" module</a></h2>"
;
$output
.
=
$temp
;
}
}
...
...
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