aboutsummaryrefslogtreecommitdiff
path: root/doc/templates
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-13 21:24:08 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-13 21:24:08 +0000
commit3fe99c25dc1d08a638113af3850a33595566e6dd (patch)
treea6c72b4f8ba9e211846c0ebdc364f6966a50d9ee /doc/templates
parentf3b6f160c9dbc8896e071389f998553d162effb1 (diff)
downloadikiwiki-3fe99c25dc1d08a638113af3850a33595566e6dd.tar
ikiwiki-3fe99c25dc1d08a638113af3850a33595566e6dd.tar.gz
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')
-rw-r--r--doc/templates/release.mdwn4
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>"""]]