Sfoglia il codice sorgente

Merge pull request #3020 from dabrahams/patch-4

Call me crazy, but this seems like a typo
Hakim El Hattab 3 anni fa
parent
commit
85fbfb26fd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      plugin/highlight/plugin.js

+ 1 - 1
plugin/highlight/plugin.js

@@ -142,7 +142,7 @@ const Plugin = {
 
 				} );
 
-				block.removeAttribute( 'data-fragment-index' )
+				block.removeAttribute( 'data-fragment-index' );
 				block.setAttribute( 'data-line-numbers', Plugin.serializeHighlightSteps( [ highlightSteps[0] ] ) );
 
 			}