Bug 108174 - Typo in login_en.xsl
Summary: Typo in login_en.xsl
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Web Application Framework
Classification: Retired
Component: other
Version: nightly
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Berrangé
QA Contact: Jon Orris
URL:
Whiteboard:
Depends On:
Blocks: 106597
TreeView+ depends on / blocked
 
Reported: 2003-10-28 11:18 UTC by Daniel Berrangé
Modified: 2007-04-18 16:58 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-11-05 16:13:52 UTC
Embargoed:


Attachments (Terms of Use)

Description Daniel Berrangé 2003-10-28 11:18:41 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.9 (X11; Linux i686; U;) Gecko/20030314

Description of problem:
There is the following typo in login_en.xsl:

  <xsl:apply-templates select="*[not(@metdata.tag)]"/>

instead of

  <xsl:apply-templates select="*[not(@metadata.tag)]"/>

This causes several components to display twice.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. View the login page
2. 
 

Actual Results:  Many components appear twice

Additional info:

Comment 1 Daniel Berrangé 2003-10-29 14:41:10 UTC
Fixed in p4 37483


Note You need to log in before you can comment on or make changes to this bug.