Browse Source

Merge pull request #2994 from wangkx/gh2974

Fix gh-2974 Remove extra ? in View Data File

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 13 years ago
parent
commit
c4d68536b0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      esp/eclwatch/ws_XSLT/dfu_searchdata.xslt

+ 2 - 2
esp/eclwatch/ws_XSLT/dfu_searchdata.xslt

@@ -1111,12 +1111,12 @@
                     <xsl:choose>
                       <xsl:when test="$disableUppercaseTranslation = 1">
                         <input type="checkbox" id="DisableUppercaseTranslation" style="fontsize:small;" checked="checked" onclick="disableUppercaseTranslation=this.checked;">
-                          Disable Auto Uppercase?
+                          Disable Auto Uppercase
                         </input>
                       </xsl:when>
                       <xsl:otherwise>
                       <input type="checkbox" id="DisableUppercaseTranslation" style="fontsize:small;" onclick="disableUppercaseTranslation=this.checked;">
-                        Disable Auto Uppercase?
+                        Disable Auto Uppercase
                       </input>
                       </xsl:otherwise>
                     </xsl:choose>