Skip to content

Commit e9b15cc

Browse files
authored
Merge pull request #17 from joseph-bing-han/master
修复 issue #16 1.0.1版报错 unexpected end of file at summernote/src/Editor.php 52
2 parents a2cb2e3 + 33bb337 commit e9b15cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function render()
4444
$('input[name="{$name}"]').val(html);
4545
});
4646
})();
47-
EOT;
47+
EOT;
4848

4949
return parent::render();
5050
}

0 commit comments

Comments
 (0)