mirror of
https://github.com/processwire/processwire.git
synced 2025-08-19 13:01:26 +02:00
Fix issue processwire/processwire-issues#328 typo fix
This commit is contained in:
@@ -764,7 +764,7 @@ class InputfieldCKEditor extends InputfieldTextarea {
|
|||||||
$f->notes = $example . "mystyles:/site/modules/InputfieldCKEditor/mystyles.js";
|
$f->notes = $example . "mystyles:/site/modules/InputfieldCKEditor/mystyles.js";
|
||||||
$f->notes .= "\n" .
|
$f->notes .= "\n" .
|
||||||
sprintf(
|
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'
|
'https://github.com/processwire/processwire/blob/master/wire/modules/Inputfield/InputfieldCKEditor/README.md#custom-editor-js-styles-set'
|
||||||
) . ' ' . $pathNote;
|
) . ' ' . $pathNote;
|
||||||
$f->attr('name', 'stylesSet');
|
$f->attr('name', 'stylesSet');
|
||||||
|
Reference in New Issue
Block a user