Просмотр исходного кода

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 11 лет назад
Родитель
Сommit
041d71b1f1
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>