diff --git a/docs/src/example.js b/docs/src/example.js index 44a74b23..c85e1d0e 100644 --- a/docs/src/example.js +++ b/docs/src/example.js @@ -58,10 +58,10 @@ exports.Example.prototype.addSource = function(name, content) { }; exports.Example.prototype.toHtml = function() { - return '

Demo Source Code

\n' + + return '

Source

\n' + this.toHtmlEdit() + this.toHtmlTabs() + - '

Demo Source Code

\n' + + '

Demo

\n' + this.toHtmlEmbed(); };