diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-07-21 12:45:54 +0100 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-07-21 12:45:54 +0100 |
commit | 1ca63edde0a1f09e58c9c1da1cf9ac7a6805750b (patch) | |
tree | 79d0f45eedb598cbaa1452137731f8800ff65e4c /doc/todo/meta_rcsid.mdwn | |
parent | 47d179802d5f78365fa7077ae64de35f2892a1e4 (diff) | |
download | ikiwiki-1ca63edde0a1f09e58c9c1da1cf9ac7a6805750b.tar ikiwiki-1ca63edde0a1f09e58c9c1da1cf9ac7a6805750b.tar.gz |
Migrate escaped directives (\[[) in doc/todo to have \[[! prefix
Diffstat (limited to 'doc/todo/meta_rcsid.mdwn')
-rw-r--r-- | doc/todo/meta_rcsid.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/meta_rcsid.mdwn b/doc/todo/meta_rcsid.mdwn index a09a48a64..81a2c1328 100644 --- a/doc/todo/meta_rcsid.mdwn +++ b/doc/todo/meta_rcsid.mdwn @@ -3,7 +3,7 @@ of CVS/SVN-style keywords (like '$Id$', etc.) from the source file in the page t > So the idea is you'd write something like: > -> \[[meta rcsid="$Id$"]] +> \[[!meta rcsid="$Id$"]] > > And this would be put at the bottom of the page or somewhere like that by > the template? |