Removed this > next to the embed code

This commit is contained in:
Peter 'Pita' Martischka 2011-05-23 23:02:10 +01:00
parent 110dc5c1d0
commit 80e4f9f5ff
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ var padeditbar = (function(){
// get the pad url
padurl = document.location;
// change the div contents to include the pad url in an input box
$('#embed').html('<div id="embedcode">Embed code:<input id="embedinput" type="text" value="<iframe src=&quot;'+padurl+'&quot; width=500 height=400>"</iframe>></div>');
$('#embed').html('<div id="embedcode">Embed code:<input id="embedinput" type="text" value="<iframe src=&quot;'+padurl+'&quot; width=500 height=400>"</iframe></div>');
$('#users').hide();
$('#embed').show();
}