[MRM-1092]

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
This commit is contained in:
Maria Odea B. Ching 2009-02-23 02:04:56 +00:00
parent 269380914e
commit a8ad14acbd
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
<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>