diff options
author | mkanat%bugzilla.org <> | 2007-03-10 18:42:38 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-03-10 18:42:38 +0100 |
commit | 005be3986d879aa2078498dbab59d51b245f7146 (patch) | |
tree | 4619d048dfabf4b295fa91f0d8f7f18f1f0c41ae /template/en/default/pages/release-notes.html.tmpl | |
parent | dda4118f584372d0de3e1a4e4fc53cb8edb51fcb (diff) | |
download | bugzilla-005be3986d879aa2078498dbab59d51b245f7146.tar.gz bugzilla-005be3986d879aa2078498dbab59d51b245f7146.tar.xz |
Bug 373315: p in the last li looks like it's other block
Patch By Victory <spam@bmo2007.rsz.jp> r=mkanat
Diffstat (limited to 'template/en/default/pages/release-notes.html.tmpl')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 93ee928c7..372d084bc 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -455,13 +455,12 @@ <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=276230"> [%- terms.Bug %] 276230</a>: The support for restricting access to particular Categories of New Charts is not complete. You should treat - the 'chartgroup' Param as the only access mechanism available. - - <p>However, charts migrated from Old Charts will be restricted to - the groups that are marked MANDATORY for the corresponding Product. - There is currently no way to change this restriction, and the - groupings will not be updated if the group configuration - for the Product changes.</p></li> + the 'chartgroup' Param as the only access mechanism available.<br> + However, charts migrated from Old Charts will be restricted to + the groups that are marked MANDATORY for the corresponding Product. + There is currently no way to change this restriction, and the + groupings will not be updated if the group configuration + for the Product changes.</li> </ul> <h2><a name="v30_upgrading"></a>How to Upgrade From An Older Version</h2> |