Skip to content
Snippets Groups Projects
Commit 5cec2d2f authored by Brian Canini's avatar Brian Canini
Browse files

patch - applying patch to entity_embed to change tag from <article> to <div>

parent 77ccec75
No related branches found
No related tags found
No related merge requests found
......@@ -244,6 +244,9 @@
},
"drupal/menu_block": {
"2809699": "https://www.drupal.org/files/issues/2018-10-26/menu_block-label_configuration-2809699-82.patch"
},
"drupal/entity_embed": {
"2881745": "https://www.drupal.org/files/issues/2018-12-04/2881745-22.patch"
}
}
},
......
......@@ -3533,7 +3533,8 @@
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"patches_applied": []
},
"installation-source": "dist",
"notification-url": "https://packages.drupal.org/8/downloads",
......
......@@ -12,4 +12,4 @@
* @ingroup themeable
*/
#}
<article{{ attributes }}>{{ children }}</article>
<div{{ attributes }}>{{ children }}</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment