Skip to content
Snippets Groups Projects
Commit 3880184b authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Add missing ')'

parent dfbeb33d
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ export default class ComplexitywikiPlugins extends Plugin { ...@@ -122,7 +122,7 @@ export default class ComplexitywikiPlugins extends Plugin {
this.listenTo( view, 'execute', () => { this.listenTo( view, 'execute', () => {
model.change( writer => { model.change( writer => {
const textNode = writer.createText( '[<link text (optional)>](entity:<id or id.propertyName>', { 'code': true } ); const textNode = writer.createText( '[<link text (optional)>](entity:<id or id.propertyName>)', { 'code': true } );
model.insertContent( textNode ); model.insertContent( textNode );
} ); } );
} ); } );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment