condensed calls of escape()

This commit is contained in:
Tobi Schäfer 2003-03-03 12:44:41 +00:00
parent 695eaa9a47
commit d489f20b2a

View file

@ -1 +1 @@
javascript:blog='[blogName]';str='';if(top.frames.length==0)str=document.selection.createRange().text;void(location.href='http://localhost/helma/antville/'+escape(blog)+'/stories/create/?content_text='+escape('<a href="'+escape(location.href)+'">')+escape(document.title)+escape('</a> ')+escape(str));
javascript:blog='BLOGNAME';str='';if(top.frames.length==0)str=document.selection.createRange().text;void(location.href='http://localhost/helma/antville/'+blog+'/stories/create/?content_text='+escape('<a href="'+location.href+'">'+document.title+'</a> '+str));