Removed multiline

This commit is contained in:
Djamil Legato
2014-09-18 18:07:26 -07:00
parent fb34d15e3c
commit 2743c6f614

View File

@@ -267,7 +267,7 @@
render: function() {
this.currentvalue = this.editor.getValue().replace(/^---([\s\S]*?)---\n{1,}/gm, '');
this.currentvalue = this.editor.getValue().replace(/^---([\s\S]*?)---\n{1,}/g, '');
// empty code
if (!this.currentvalue) {