aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-10 03:36:12 -0700
committerFriendika <info@friendika.com>2011-04-10 03:36:12 -0700
commit58508201a5fe1f4c3bd6bb93e626c46739afda46 (patch)
tree5b6dbdd21e29cb13b42e73eb624beed1124882cb /view/jot-header.tpl
parentbf865f0210aee4c6742b10bb63cd05f0de9b9d12 (diff)
downloadvolse-hubzilla-58508201a5fe1f4c3bd6bb93e626c46739afda46.tar.gz
volse-hubzilla-58508201a5fe1f4c3bd6bb93e626c46739afda46.tar.bz2
volse-hubzilla-58508201a5fe1f4c3bd6bb93e626c46739afda46.zip
bug #37, ampersand + everything following in url is stripped when using link icon to share link
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);