From af67aa69cb4e6d26b4046bc3572eccf43a214911 Mon Sep 17 00:00:00 2001 From: bkoniden Date: Thu, 13 Jan 2011 20:05:47 +0000 Subject: [PATCH] sparklineVO.unknownPublications had been accidentally changed to sparklineVO.unknownPublication on line91 in personPublicationSparklineContent.ftl . So, fixing that. --- .../publication/personPublicationSparklineContent.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/templates/freemarker/visualization/publication/personPublicationSparklineContent.ftl b/productMods/templates/freemarker/visualization/publication/personPublicationSparklineContent.ftl index 3b0fa860..6e3208d4 100644 --- a/productMods/templates/freemarker/visualization/publication/personPublicationSparklineContent.ftl +++ b/productMods/templates/freemarker/visualization/publication/personPublicationSparklineContent.ftl @@ -88,7 +88,7 @@ * any year associated with it. Hence. * */ var renderedSparks = ${sparklineVO.renderedSparks}; - var totalPubs = parseInt(renderedSparks) + parseInt(${sparklineVO.unkownYearPublications}); + var totalPubs = parseInt(renderedSparks) + parseInt(${sparklineVO.unknownYearPublications}); if ( totalPubs == 1 ) { var pubDisplay = "publication";