summaryrefslogtreecommitdiff
path: root/doc-src
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-09-10 17:52:51 +0000
committerSarven Capadisli <csarven@status.net>2009-09-10 17:52:51 +0000
commitb46d2e7fe0b4129817d9c23006a5e2b7ffe5974c (patch)
tree0b5e5e5e0f2029250b6253fda79d159e66311e6e /doc-src
parent584ea1b23c540cdd781f52eeecd6ad893f63c1a8 (diff)
Markdown is not necessary
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/bookmarklet2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc-src/bookmarklet b/doc-src/bookmarklet
index 7958ea5e9..e5ded7702 100644
--- a/doc-src/bookmarklet
+++ b/doc-src/bookmarklet
@@ -2,6 +2,4 @@ A bookmarklet is a small piece of javascript code used as a bookmark. This one w
Drag-and-drop the following link to your bookmarks bar or right-click it and add it to your browser favorites to keep it handy.
-<MTMarkdownOptions output='raw'>
<a href="javascript:var%20d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='http://%%site.server%%/%%site.path%%/index.php?action=newnotice',l=d.location,e=encodeURIComponent,g=f+'&amp;status_textarea=%22'+((e(s))?e(s):e(document.title))+'%22 from '+l.href;function%20a(){if(!w.open(g,'t','toolbar=0,resizable=0,scrollbars=1,status=1,width=800,height=570')){l.href=g;}}a();void(0);">Post to %%site.name%%</a>
-</MTMarkdownOptions>