ssteenkiste / nettiers

Automatically exported from code.google.com/p/nettiers
1 stars 0 forks source link

reportHTML.xsl renders empty <ul /> tag causing formatting issue when rendered in browsers (with solution) #424

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Generate a nettiers output with enum tables
2. View Report.Html
3. each line in enum check and validation causes following output to be 
rendered to the right about 10px or so.

What is the expected output? What do you see instead?
Expect left justified bulleted list but see each bulleted item moved to the 
right of the one above it 

What version of .netTiers and CodeSmith are you using?
netTiers: v2.3.1, CS: Pro 6.5.0 Revision 14588

Please provide any additional information below.
My working solution is:

edit:
nettiers\v2.3.1\VisualStudio\reportHTML.xsl : Line 280

change to:
<xsl:if test="File">
<ul>
    <xsl:apply-templates select="File" />
</ul>
</xsl:if>

Original issue reported on code.google.com by kozch...@gmail.com on 23 Jun 2012 at 9:14

Attachments: