aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r--view/jot-header.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index eebaf803a..94f0f58f8 100644
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -89,6 +89,7 @@ tinyMCE.init({
function jotGetLink() {
reply = prompt("$linkurl");
if(reply && reply.length) {
+ reply = bin2hex(reply);
$('#profile-rotator').show();
$.get('parse_url?url=' + reply, function(data) {
tinyMCE.execCommand('mceInsertRawHTML',false,data);