- Timestamp:
- Nov 24, 2014 1:23:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r53385 r53386 159 159 </xsl:when> 160 160 <xsl:otherwise> 161 <xsl:variable name="end" select="substring($text, string-length($text) - 1, 1)"/>161 <xsl:variable name="end" select="substring($text, string-length($text), 1)"/> 162 162 <xsl:choose> 163 163 <xsl:when test="$end = ' ' or $end = ' ' or $end = ' '">
Note:
See TracChangeset
for help on using the changeset viewer.