From 80e4f9f5ff8fb6863babb39fb5dcb8dd363a4051 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Mon, 23 May 2011 23:02:10 +0100 Subject: [PATCH] Removed this > next to the embed code --- 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 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(); }