| Summary: | [patch] fix for the xsl template | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Daniel Gerzo <danger> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Daniel Gerzo
2006-01-28 22:10:02 UTC
On 28 Jan 2006, at 22:09, Daniel Gerzo wrote:
> As we are not in the middle of RC (and the $beta.testing is set to
> '0'),
> the web pages generated from xsl are still containing URLs for 6.0-RC1
> because of this wrong "if".
Can you give an example? I've just checked the two pages that use
this code and they look fine.
Ceri
Hello Ceri, Sunday, February 5, 2006, 1:20:35 AM, you wrote: > On 28 Jan 2006, at 22:09, Daniel Gerzo wrote: >> As we are not in the middle of RC (and the $beta.testing is set to >> '0'), >> the web pages generated from xsl are still containing URLs for 6.0-RC1 >> because of this wrong "if". > Can you give an example? I've just checked the two pages that use > this code and they look fine. if the xsl template uses this: <xsl:variable name="section" select="'download'"/> then you can see the bug, but actually I wasn't able to find any page which uses this currently. I found this bug when I was XML'ifying the release todo list. > Ceri -- Sincerely, Daniel Gerzo State Changed From-To: open->closed Good catch. Cheers. |