diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-04 04:32:32 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-04 04:32:32 +0000 |
commit | 44c8d863398565860b2f94bbaa28f057a5199565 (patch) | |
tree | 1f8b0b08d9c8c94cabb58be6498d0d611752aef0 /IkiWiki/Rcs | |
parent | 9926ecf39c40c06f5084f34f7ad2427b56311fb2 (diff) |
commas
Diffstat (limited to 'IkiWiki/Rcs')
-rw-r--r-- | IkiWiki/Rcs/Stub.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Rcs/Stub.pm b/IkiWiki/Rcs/Stub.pm index 59d51226b..e408d5ac3 100644 --- a/IkiWiki/Rcs/Stub.pm +++ b/IkiWiki/Rcs/Stub.pm @@ -48,8 +48,8 @@ sub rcs_recentchanges ($) { # page => # name of page changed, # diffurl => # optional url to a diff showing # # the changes, - # } - # # repeat for each page changed in this commit + # }, + # # repeat for each page changed in this commit, # ], # } } |