Skip to content

Commit

Permalink
Update tinymce.js
Browse files Browse the repository at this point in the history
  • Loading branch information
icodechef committed Feb 25, 2016
1 parent 96a88d6 commit c600eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinymce/tinymce.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@

var sp = (e.data.addspaces ? ' ' : '');

editor.insertContent(sp + '<pre class="pure-highlightjs"><code class=""' + e.data.lang + '">' + code + '</code></pre>' + sp + '<p></p>');
editor.insertContent(sp + '<pre class="pure-highlightjs"><code class="' + e.data.lang + '">' + code + '</code></pre>' + sp + '<p></p>');
}
});
}
});
} );
})( window.tinymce );
})( window.tinymce );

0 comments on commit c600eac

Please sign in to comment.