[mashup-dev] svn commit r8611 - trunk/mashup/java/modules/www/xslt
svn at wso2.org
svn at wso2.org
Fri Oct 5 04:56:30 PDT 2007
Author: tyrell
Date: Fri Oct 5 04:56:16 2007
New Revision: 8611
Modified:
trunk/mashup/java/modules/www/xslt/MashupServiceList.xsl
Log:
Fixing code broke due to formatting. Please refrain from global, ad-hoc code formatting.
Modified: trunk/mashup/java/modules/www/xslt/MashupServiceList.xsl
==============================================================================
--- trunk/mashup/java/modules/www/xslt/MashupServiceList.xsl (original)
+++ trunk/mashup/java/modules/www/xslt/MashupServiceList.xsl Fri Oct 5 04:56:16 2007
@@ -96,9 +96,7 @@
<xsl:when test="$active='true'">
<xsl:element name="img">
<xsl:attribute name="src">images/w_share.gif</xsl:attribute>
- <xsl:attribute name="onclick">javascript:WSO2.MashupUtils.showMashupSharingDialog('
- <xsl:value-of select="$serviceName"/>
- ');
+ <xsl:attribute name="onclick">javascript:WSO2.MashupUtils.showMashupSharingDialog('<xsl:value-of select="$serviceName"/>');
</xsl:attribute>
<xsl:attribute name="style">cursor:pointer;</xsl:attribute>
<xsl:attribute name="title">Share Service</xsl:attribute>
More information about the Mashup-dev
mailing list