From 8169594e79450ba816f8d6a9fd2196f661afb4f6 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 28 Jul 2017 10:29:32 -0400 Subject: [PATCH] Fix issue processwire/processwire-issues#328 typo fix --- .../Inputfield/InputfieldCKEditor/InputfieldCKEditor.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/modules/Inputfield/InputfieldCKEditor/InputfieldCKEditor.module b/wire/modules/Inputfield/InputfieldCKEditor/InputfieldCKEditor.module index f28da1db..2ceb9fe8 100644 --- a/wire/modules/Inputfield/InputfieldCKEditor/InputfieldCKEditor.module +++ b/wire/modules/Inputfield/InputfieldCKEditor/InputfieldCKEditor.module @@ -764,7 +764,7 @@ class InputfieldCKEditor extends InputfieldTextarea { $f->notes = $example . "mystyles:/site/modules/InputfieldCKEditor/mystyles.js"; $f->notes .= "\n" . sprintf( - $this->_('Please see our [instructions]() on how to use this.'), // styles set notes + $this->_('Please see our [instructions](%s) on how to use this.'), // styles set notes 'https://github.com/processwire/processwire/blob/master/wire/modules/Inputfield/InputfieldCKEditor/README.md#custom-editor-js-styles-set' ) . ' ' . $pathNote; $f->attr('name', 'stylesSet');