From a8ad14acbd1ccaf44b2ce827dfc8fd3ec1a1da3d Mon Sep 17 00:00:00 2001 From: "Maria Odea B. Ching" Date: Mon, 23 Feb 2009 02:04:56 +0000 Subject: [PATCH] [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 --- .../archiva-webapp/src/main/webapp/WEB-INF/jsp/results.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}

-- 2.39.5