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.

master
joey 2007-02-13 21:24:08 +00:00
parent f3b6f160c9
commit 3fe99c25dc
1 changed files with 2 additions and 2 deletions

View File

@ -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>"""]]