Ticket #966 (closed defect: fixed)
phpcs-details.xsl not showing file name
| Reported by: | dukekala | Owned by: | mapi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | phpUnderControl | Version: | phpUnderControl 0.5.0 |
| Keywords: | Cc: | ||
| PHP Version: | 5.2.11 |
Description (last modified by sb) (diff)
Line 89 of phpcs-details.xsl has <h select="$javaclass"/>.
This was not interpreted correctly my phpUnderControl install, I had <h select="$javaclass"/> in HTML source, which meant that no file names where showing up in the detailed report.
I changed line 89 back to what was there in older version of the XSL file: <xsl:value-of select="$javaclass"/> and now it works again for me.
Change History
Note: See
TracTickets for help on using
tickets.
