Explorar o código

Merge pull request #5569 from afishbeck/jsonTestPageExtraChars

HPCC-10418 Remove extra characters from WsEcl JSONTest page

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=11) %!d(string=hai) anos
pai
achega
041d71b1f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>