Skip to content
This repository was archived by the owner on Nov 11, 2019. It is now read-only.

BUG: videos/templates/videos/video.html: vocab="http://schema.org/" #299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/richard/videos/templates/videos/video.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>
{% endif %}

<div class="row section" vocab="http://schema.org" typeof="VideoObject">
<div class="row section" vocab="http://schema.org/" typeof="VideoObject">
<div id="videobox" class="col-md-12">
{# Fix floats in unisubs widget that are not cleared #}
<div class="clearfix">
Expand Down