]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1092]
authorMaria Odea B. Ching <oching@apache.org>
Mon, 23 Feb 2009 02:04:56 +0000 (02:04 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Mon, 23 Feb 2009 02:04:56 +0000 (02:04 +0000)
submitted by Jevica Arianne Zurbano
o fix 'Hist' to 'Hits' in search results page

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@746857 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/results.jsp

index d577b716c2d6cb4175b6b622ecd7b52dd9733499..1e42318e0d6caff3938c3b55c3d5b80a2dfd09f3 100644 (file)
           <c:when test="${results.totalHits > results.limits.pageSize}">
             <c:choose>
               <c:when test="${fn:length(results.hits) < rowCount}">
-                <p>Hist: ${(rowCount * currentPage) + 1} to ${hitsNum} of ${results.totalHits}</p>
+                <p>Hits: ${(rowCount * currentPage) + 1} to ${hitsNum} of ${results.totalHits}</p>
               </c:when>
               <c:otherwise>
                 <p>Hits: ${(hitsNum - results.limits.pageSize) + 1} to ${hitsNum} of ${results.totalHits}</p>