diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-23 03:21:55 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-23 03:21:55 +0000 |
commit | 63c79e7f5b87003cd02158b4d9f723b4c054cacf (patch) | |
tree | 007d226d4e90fe41662c39e9a6e0a7f97017e7c5 /doc | |
parent | 549579ae98ef172c9c46beff0e3f2a2fb894a3eb (diff) |
add a missing closing ] on example directive
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/aggregate.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/aggregate.mdwn b/doc/plugins/aggregate.mdwn index 6053905b2..a21d291d3 100644 --- a/doc/plugins/aggregate.mdwn +++ b/doc/plugins/aggregate.mdwn @@ -1,7 +1,7 @@ This plugin allows content from other blogs to be aggregated into the wiki. Aggregate a blog as follows: - \[[aggregate name="example blog" feedurl="http://example.com/index.rss" url="http://example.com/" updateinterval="15"] + \[[aggregate name="example blog" feedurl="http://example.com/index.rss" url="http://example.com/" updateinterval="15"]] That example aggregates posts from the expecified RSS feed, updating no more frequently than once every 15 minutes, and puts a page per post under |