From: Maria Odea B. Ching Date: Mon, 23 Feb 2009 02:04:56 +0000 (+0000) Subject: [MRM-1092] X-Git-Tag: archiva-1.2~107 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a8ad14acbd1ccaf44b2ce827dfc8fd3ec1a1da3d;p=archiva.git [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 --- diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/results.jsp b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/results.jsp index d577b716c..1e42318e0 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/results.jsp +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/results.jsp @@ -135,7 +135,7 @@ -

Hist: ${(rowCount * currentPage) + 1} to ${hitsNum} of ${results.totalHits}

+

Hits: ${(rowCount * currentPage) + 1} to ${hitsNum} of ${results.totalHits}

Hits: ${(hitsNum - results.limits.pageSize) + 1} to ${hitsNum} of ${results.totalHits}