We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffafcf commit 79a8dffCopy full SHA for 79a8dff
src/Editor.php
@@ -32,7 +32,7 @@ public function render()
32
33
$('#{$this->id}').on("summernote.change", function (e) {
34
var html = $('#{$this->id}').summernote('code');
35
- $('input[name=$name]').val(html);
+ $('input[name="{$name}"]').val(html);
36
});
37
38
EOT;
0 commit comments