diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-01-19 22:27:00 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-01-19 22:27:00 +0100 |
commit | a7c55f6144a0367de42ee1a48f331d6bdd131351 (patch) | |
tree | 57629bd5506eb194797fc81e668539a634ef3a89 /template/en/default | |
parent | 0c5488c3fa7473e6d3382c98b173171e8603925b (diff) | |
download | bugs-a7c55f6144a0367de42ee1a48f331d6bdd131351.tar bugs-a7c55f6144a0367de42ee1a48f331d6bdd131351.tar.gz bugs-a7c55f6144a0367de42ee1a48f331d6bdd131351.tar.bz2 bugs-a7c55f6144a0367de42ee1a48f331d6bdd131351.tar.xz bugs-a7c55f6144a0367de42ee1a48f331d6bdd131351.zip |
Fix an bsolete ID
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 357b3a863..b88fca68f 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -325,7 +325,7 @@ [% BLOCK db_req %] [% SET m = DB_MODULE.$db %] - <h3 id="v40_req_[% db FILTER html %]">For [% m.name FILTER html %] Users</h3> + <h3 id="req_[% db FILTER html %]">For [% m.name FILTER html %] Users</h3> <ul> <li>[% m.name FILTER html %] |