Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
link
Commits
ddaeee7e
Commit
ddaeee7e
authored
Mar 23, 2007
by
Nathan Haug
Browse files
Adding clearing break.
parent
a2e2f56c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
link.module
link.module
+1
-1
No files found.
link.module
View file @
ddaeee7e
...
...
@@ -332,7 +332,7 @@ function theme_link_widget_form_row($element) {
$output
.
=
'<div class="link-attributes">'
.
form_render
(
$element
[
'attributes'
])
.
'</div>'
;
}
$output
.
=
form_render
(
$element
);
$output
.
=
'</div>'
;
$output
.
=
'</div>
<br class="clear" />
'
;
return
$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