浏览代码

HPCC-10418 Remove extra characters from WsEcl JSONTest page

Fix cosmetic issue in wsecl3_jsontest.xslt.  Line showing target
and query id shows "s/s" be should just be "/".

Signed-off-by: Anthony Fishbeck <anthony.fishbeck@lexisnexis.com>
Anthony Fishbeck 11 年之前
父节点
当前提交
b4315fa43d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      esp/xslt/wsecl3_jsontest.xsl

+ 1 - 1
esp/xslt/wsecl3_jsontest.xsl

@@ -99,7 +99,7 @@
         <table cellSpacing="0" cellPadding="1" width="100%" bgColor="#4775FF" border="0" >
           <tr align="left">
             <td height="23" bgcolor="000099" align="center"><font color="#ffffff"><b><xsl:value-of select="concat('  ', $pageName, '  ')"/></b></font></td>
-            <td height="23" align="center"><font color="#ffffff"><b><xsl:value-of select="concat($serviceName, ' s/s ', $methodName)"/></b></font></td>
+            <td height="23" align="center"><font color="#ffffff"><b><xsl:value-of select="concat($serviceName, ' / ', $methodName)"/></b></font></td>
           </tr>
         </table>
       </h3>