Skip to content

Commit

Permalink
🐛 Fix code formatting (#35499)
Browse files Browse the repository at this point in the history
  • Loading branch information
lluerich committed Aug 3, 2021
1 parent 42c553e commit c37c692
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ Example with FIXED layout - fixed width and height.
<li>Multiple videos on the same page can be docked.</li>
</ul>
In order to use this attribute, the amp-video-docking extension script must be present:
<script async custom-element="amp-video-docking" src="https://cdn.ampproject.org/v0/amp-video-docking-0.1.js"></script>
<code>&lt;script async custom-element="amp-video-docking" src="https://cdn.ampproject.org/v0/amp-video-docking-0.1.js"&gt;&lt;/script&gt;</code>
</p>
</td>
</tr>
Expand Down

0 comments on commit c37c692

Please sign in to comment.