Run that pastie through <a href="http://jsbeautifier.org/">http://jsbeautifier.org/</a> and you will see that in every case whatever processing is occurring on the backend it taking the [embed:URL] and simply adding a "embeded/" at the end of the URL. This will always results in this default tab order from left to right:<div>
<br></div><div>"JavaScript, Resources, HTML, CSS, and Result"</div><div><br></div><div>with the leftmost "JavaScript" tab visible. In most case you would want the "Result" tab visible and might even omit the Resources tab like this:</div>
<div><br></div><div><a href="http://jsfiddle.net/dandiebolt/agaCq/embedded/result,js,html/">http://jsfiddle.net/dandiebolt/agaCq/embedded/result,js,html/</a></div><div><br></div><div>Of if the fiddles was in a CSS course perhaps you would want the CSS tab to be visible. In any case entering this embed code:</div>
<div><br>[embed:<a href="http://jsfiddle.net/dandiebolt/agaCq/embedded/result,js,html/">http://jsfiddle.net/dandiebolt/agaCq/embedded/result,js,html/</a>]</div><div><br></div><div>results in attempting to render this URL in the <iframe>:</div>
<div><br></div><div><a href="http://jsfiddle.net/dandiebolt/agaCq/embedded/result,js,html/embedded/">http://jsfiddle.net/dandiebolt/agaCq/embedded/result,js,html/embedded/</a></div><div><br></div><div>I think jsFiddle is interpreting the final embedded path as a skin which does not exist so the fiddle renders grossly improper.</div>
<div><br></div><div>This is the problem that needs to be fixed.</div>