diff --git a/static/js/pad_editbar.js b/static/js/pad_editbar.js index 4f73ca738..a6105e1ba 100644 --- a/static/js/pad_editbar.js +++ b/static/js/pad_editbar.js @@ -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('
Embed code:>
'); + $('#embed').html('
Embed code:
'); $('#users').hide(); $('#embed').show(); }