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
field_collection
Commits
86604fb4
Commit
86604fb4
authored
Oct 08, 2019
by
artsakenos
Committed by
Ra Mänd
Oct 08, 2019
Browse files
Issue #2471551 by artsakenos: Duplicate specification of attribute "class"
parent
189329d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
field-collection-item.tpl.php
field-collection-item.tpl.php
+1
-1
No files found.
field-collection-item.tpl.php
View file @
86604fb4
...
...
@@ -28,7 +28,7 @@
* @see template_process()
*/
?>
<div
class=
"
<?php
print
$classes
;
?>
clearfix"
<?php
print
$attributes
;
?>
>
<div
<?php
print
$attributes
;
?>
>
<div
class=
"content"
<?php
print
$content_attributes
;
?>
>
<?php
print
render
(
$content
);
...
...
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