diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-13 21:24:08 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-13 21:24:08 +0000 |
commit | 3fe99c25dc1d08a638113af3850a33595566e6dd (patch) | |
tree | a6c72b4f8ba9e211846c0ebdc364f6966a50d9ee /doc/templates/release.mdwn | |
parent | f3b6f160c9dbc8896e071389f998553d162effb1 (diff) |
web commit by JoshTriplett: Use a specific ID for the changelog toggleable, to avoid conflicting with any other toggleable on the same page as an instantiation of the release template.
Diffstat (limited to 'doc/templates/release.mdwn')
-rw-r--r-- | doc/templates/release.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/templates/release.mdwn b/doc/templates/release.mdwn index a569d6b12..e9abd1ada 100644 --- a/doc/templates/release.mdwn +++ b/doc/templates/release.mdwn @@ -3,5 +3,5 @@ <TMPL_VAR news> </TMPL_IF> -ikiwiki <TMPL_VAR version> released with [[toggle text="these changes"]] -[[toggleable text="""<TMPL_VAR changelog>"""]] +ikiwiki <TMPL_VAR version> released with [[toggle text="these changes" id="changelog"]] +[[toggleable id="changelog" text="""<TMPL_VAR changelog>"""]] |