From 7e02c4fe4c646b4d198723844e575f199a8963d7 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 4 Sep 2006 04:25:34 +0000 Subject: fix --- IkiWiki/Rcs/Stub.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'IkiWiki/Rcs') diff --git a/IkiWiki/Rcs/Stub.pm b/IkiWiki/Rcs/Stub.pm index 01696a8b0..59d51226b 100644 --- a/IkiWiki/Rcs/Stub.pm +++ b/IkiWiki/Rcs/Stub.pm @@ -39,9 +39,9 @@ sub rcs_recentchanges ($) { # committype => # either "web" or the name of the rcs, # when => # time when the change was made, # message => [ - # "commit message line", - # "commit message line", - # "...", + # { line => "commit message line" }, + # { line => "commit message line" }, + # # etc, # ], # pages => [ # { -- cgit v1.2.3