File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
cc_legal_tools/static/wp-content/themes/vocabulary-theme Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -312,12 +312,12 @@ function renderMarkingFormats(state) {
312312 document . querySelector ( '#mark-your-work .plain-text.mark' ) . appendChild ( templateContent ) ;
313313
314314 // set contents of rich text mark
315- let ccSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;">' ;
316- let bySVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;">' ;
317- let saSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;">' ;
318- let ncSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;">' ;
319- let ndSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/nd.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;">' ;
320- let zeroSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/zero.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;">' ;
315+ let ccSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">' ;
316+ let bySVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">' ;
317+ let saSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">' ;
318+ let ncSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">' ;
319+ let ndSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/nd.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">' ;
320+ let zeroSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/zero.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">' ;
321321
322322 const currentTool = state . props . tool ;
323323 switch ( currentTool ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Theme Name: CC Vocabulary Theme
33Author: the Creative Commons team; possumbilities, Timid Robot
44Author URI: https://opensource.creativecommons.org/
55Description: Theme based on the Vocabulary Design System
6- Version: 1.12
6+ Version: 1.13
77Requires at least: 5.0
88Tested up to: 6.2.2
99Requires PHP: 7.0
You can’t perform that action at this time.
0 commit comments