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.
2 parents 8ffafcf + 79a8dff commit 1193b17Copy full SHA for 1193b17
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