We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b418d24 commit 5919b64Copy full SHA for 5919b64
embed.php
@@ -9,7 +9,7 @@
9
<?php for ($i = 0, $s = count($styles); $i < $s; $i++): ?>
10
<link rel="stylesheet" href="<?php print $styles[$i]; ?>">
11
<?php endfor; ?>
12
- <?php if (isset($additional_embed_head_tags)) { print implode("\n", $additional_embed_head_tags); } ?>
+ <?php if (!empty($additional_embed_head_tags)): print implode("\n", $additional_embed_head_tags); endif; ?>
13
</head>
14
<body>
15
<div class="h5p-content" data-content-id="<?php print $content['id']; ?>"></div>
0 commit comments