Skip to content

Commit 1c377ae

Browse files
authored
Missing bracket (#324)
1 parent 8ef92b6 commit 1c377ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smpte.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ without the prior written permission of the Society of Motion Picture and Televi
130130
{{draftWarning}}`
131131

132132
const SMPTE_PUB_OM_FRONT_MATTER_BOILERPLATE = `<div id="doc-designator" itemscope="itemscope" itemtype="http://purl.org/dc/elements/1.1/">
133-
<span itemprop="publisher">SMPTE</span>&nbsp;<span id="doc-type">{{pubType}}</span>&nbsp;{actualPubNumber}}</div>
133+
<span itemprop="publisher">SMPTE</span>&nbsp;<span id="doc-type">{{pubType}}</span>&nbsp;{{actualPubNumber}}</div>
134134
<img id="smpte-logo" src="{{smpteLogoURL}}" alt="SMPTE logo" />
135135
<div id="long-doc-type">{{longDocType}}</div>
136136
<h1>{{fullTitle}}</h1>

0 commit comments

Comments
 (0)