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
55c88ae0
Commit
55c88ae0
authored
Jan 20, 2006
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Added .
parent
e38f0403
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
includes/theme.inc
includes/theme.inc
+1
-1
No files found.
includes/theme.inc
View file @
55c88ae0
...
...
@@ -608,7 +608,7 @@ function theme_node($node, $teaser = FALSE, $page = FALSE) {
function
theme_form_element
(
$title
,
$value
,
$description
=
NULL
,
$id
=
NULL
,
$required
=
FALSE
,
$error
=
FALSE
)
{
$output
=
'<div class="form-item">'
.
"
\n
"
;
$required
=
$required
?
'<span class="form-required" title="'
.
t
(
'This field is required'
)
.
'">*</span>'
:
''
;
$required
=
$required
?
'<span class="form-required" title="'
.
t
(
'This field is required
.
'
)
.
'">*</span>'
:
''
;
if
(
$title
)
{
if
(
$id
)
{
...
...
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