]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
fix %pagestate{
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 26 Aug 2008 17:24:55 +0000 (13:24 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 26 Aug 2008 17:24:55 +0000 (13:24 -0400)
doc/plugins/write.mdwn

index cde0b50fd523302b6d74f8a77064b74d7d813515..e8ba0a6abe6826924b8e41aee71b3ceea50ae13e 100644 (file)
@@ -449,8 +449,8 @@ your ikiwiki setup file, which sets the hash content to configure the wiki.
 
 The `%pagestate` hash can be used by plugins to save state that they will need
 next time ikiwiki is run. The hash holds per-page state, so to set a value,
-use `%pagestate{$page}{$id}{$key}=$value`, and to retrieve the value,
-use `%pagestate{$page}{$id}{$key}`.
+use `$pagestate{$page}{$id}{$key}=$value`, and to retrieve the value,
+use `$pagestate{$page}{$id}{$key}`.
 
 The `$value` can be anything that perl's Storable module is capable of
 serializing. `$key` can be any string you like, but `$id` must be the same