Skip to content

Commit

Permalink
videoの"を閉じ忘れてるのをなおした
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Jul 23, 2021
1 parent 7d1101a commit 3760764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/renderer/MomentRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class MomentRenderer {
return `
<video class="embed" preload="metadata" controls="controls" width="${entity.width}" height="${entity.height}">
<source type="${escapeAttribute(entity.mimeType)}" src="/entity/${escapeAttribute(entity.id)}">
<a href="/entity/${escapeAttribute(entity.id)}>Click to play.</a>
<a href="/entity/${escapeAttribute(entity.id)}">Click to play.</a>
</video>
`.trim();
}
Expand Down

0 comments on commit 3760764

Please sign in to comment.