Ticket #966 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

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

Changed 8 months ago by sb

  • description modified (diff)

Looks like this happened in r4205.

Changed 8 months ago by mapi

  • status changed from new to closed
  • resolution set to fixed

(In [5431]) - Invalid xsl statement repaired, fix #966.

Note: See TracTickets for help on using tickets.