fixed name of query argument "text" to "content_text"

This commit is contained in:
Tobi Schäfer 2003-03-03 12:38:07 +00:00
parent ea18e39f17
commit 695eaa9a47

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/?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/'+escape(blog)+'/stories/create/?content_text='+escape('<a href="'+escape(location.href)+'">')+escape(document.title)+escape('</a> ')+escape(str));