Explorar o código

Merge pull request #3020 from dabrahams/patch-4

Call me crazy, but this seems like a typo
Hakim El Hattab %!s(int64=3) %!d(string=hai) anos
pai
achega
85fbfb26fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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] ] ) );
 
 			}