Skip to content

Commit

Permalink
Merge pull request hakimel#3020 from dabrahams/patch-4
Browse files Browse the repository at this point in the history
Call me crazy, but this seems like a typo
  • Loading branch information
hakimel authored Mar 21, 2022
2 parents e3fb165 + 42d5dca commit 85fbfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/highlight/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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] ] ) );

}
Expand Down

0 comments on commit 85fbfb2

Please sign in to comment.