You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,7 @@ <h3>Mark Your Work</h3>
351
351
<p>If you are licensing or marking one work, paste the code next to it. If you are licensing or marking the whole page or blog, you can paste the code at the bottom of the page.</p>
352
352
353
353
<article>
354
-
<detailsclass="format">
354
+
<detailsclass="format"name="website" open>
355
355
<summary>Rich Text</summary>
356
356
357
357
<pclass="rich-text mark">[contextually formatted mark here]</p>
@@ -367,7 +367,7 @@ <h3>Mark Your Work</h3>
367
367
</article>
368
368
369
369
<article>
370
-
<detailsclass="format">
370
+
<detailsclass="format"name="website">
371
371
<summary>HTML</summary>
372
372
373
373
<textareaclass="html mark" readonly="true">[contextually formatted mark here]</textarea>
@@ -390,7 +390,7 @@ <h3>Mark Your Work</h3>
390
390
<p>Copy the text below and paste it on the title and/or copyright page of your print work or presentation, or in the credits of your media.</p>
391
391
392
392
<article>
393
-
<detailsclass="format" open>
393
+
<detailsclass="format" name="print" open>
394
394
<summary>Plain Text</summary>
395
395
396
396
<pclass="plain-text mark">[contextually formatted mark here]</p>
letrichTextMark='<a href="'+attribution.workLink+'">'+attribution.title+'</a>'+copyright+' by '+'<a href="'+attribution.creatorLink+'">'+attribution.creator+'</a>'+' is '+typeAsVerb+' '+'<a href="'+state.props.toolURL+'">'+markProps.toolName+'</a>'+ccIconSet;
@@ -365,8 +368,8 @@ function renderMarkingFormats(state) {
365
368
}else{
366
369
markProps.toolName=state.props.toolShort;
367
370
}
368
-
defaultHTML='<p xmlns:cc="http://creativecommons.org/ns#">This work is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="license noopener noreferrer">CC BY-SA 4.0<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt=""></a></p>';
369
-
lethtmlMark=defaultHTML;
371
+
//defaultHTML = '<p xmlns:cc="http://creativecommons.org/ns#">This work is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="license noopener noreferrer">CC BY-SA 4.0<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt=""></a></p>';
372
+
lethtmlMark='<a href="'+attribution.workLink+'">'+attribution.title+'</a>'+copyright+' by '+'<a href="'+attribution.creatorLink+'">'+attribution.creator+'</a>'+' is '+typeAsVerb+' '+'<a href="'+state.props.toolURL+'">'+markProps.toolName+'</a>'+ccIconSet;
0 commit comments