ソースを参照

Merge remote-tracking branch 'origin/candidate-3.10.0' into candidate-3.10.x

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 年 前
コミット
9aa0adb1fc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      initfiles/componentfiles/configxml/@temp/esp_service.xsl

+ 1 - 1
initfiles/componentfiles/configxml/@temp/esp_service.xsl

@@ -1160,7 +1160,7 @@ xmlns:seisint="http://seisint.com"  xmlns:set="http://exslt.org/sets" exclude-re
         <xsl:param name="path"/>
         <xsl:if test="contains($path, '\')">
             <xsl:variable name="prefix" select="substring-before($path, '\')"/>
-            <xsl:value-of select="concat($prefix, '\')"/>
+            <xsl:value-of select="concat($prefix, '/')"/>
             <xsl:call-template name="GetPathName">
                 <xsl:with-param name="path" select="substring-after($path, '\')"/>
             </xsl:call-template>