diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-19 17:56:37 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-19 17:56:37 +0000 |
commit | 0416a79dfe63d1484fc08c29847f639e1970216c (patch) | |
tree | 046e88bbea401c2dfcf13ccde792c5782b9af45c /doc | |
parent | 0b57bfe5b9ac2d1981f27ba1911aaff4b01f9061 (diff) | |
download | ikiwiki-0416a79dfe63d1484fc08c29847f639e1970216c.tar ikiwiki-0416a79dfe63d1484fc08c29847f639e1970216c.tar.gz |
web commit by http://bmalee.eu/~bma/: Oops...fix the toggle thing.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/patchqueue/darcs.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/patchqueue/darcs.mdwn b/doc/patchqueue/darcs.mdwn index c7ac34b18..41d209fbd 100644 --- a/doc/patchqueue/darcs.mdwn +++ b/doc/patchqueue/darcs.mdwn @@ -206,8 +206,8 @@ This is my ([bma](bma@bmalee.eu)) darcs.pm - it's messy (my Perl isn't up to muc `rcs_commit()` uses backticks instead of `system()`, to prevent darcs' output being sent to the browser and mucking with the HTTP headers (`darcs record` has no --quiet option). And `rcs_recentchanges()` uses regexes rather than parsing darcs' XML output. -[[toggle text="show"]] -[[toggleable text=""" +[[toggle text="show" id="bma"]] +[[toggleable id="bma" text=""" #!/usr/bin/perl |