From 1afc41d60673774707a2c79301e7b9e75c1fd5be Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 26 Mar 2011 16:04:07 +0000 Subject: [PATCH] Fix minor css bug in embed part 2 --- static/js/pad_editbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pad_editbar.js b/static/js/pad_editbar.js index 8dfc1c33e..2fe8e7e89 100644 --- a/static/js/pad_editbar.js +++ b/static/js/pad_editbar.js @@ -101,7 +101,7 @@ var padeditbar = (function(){ $('#editbar').animate({height:'72px'}); $('#editorcontainerbox').animate({top:'72px'}); padurl = document.location; - $('#embed').html('
Embed code:'); + $('#embed').html('
Embed code:
'); $('#embed').show(); } else