diff --git a/productMods/templates/entity/roleShortView.jsp b/productMods/templates/entity/roleShortView.jsp
index 11931b38..4cef3c96 100644
--- a/productMods/templates/entity/roleShortView.jsp
+++ b/productMods/templates/entity/roleShortView.jsp
@@ -22,7 +22,8 @@ Optional vars:
--%>
${! empty param.startYearPredicate ? param.startYearPredicate : 'http://vivoweb.org/ontology/core#startYear'}
-
+${ startYearPredicate == 'http://vivoweb.org/ontology/core#startYear' }
+
<%-- individual is the OBJECT of the property referenced -- the Role individual, not the Person or grant --%>
@@ -31,10 +32,13 @@ Optional vars:
<%-- get years off role --%>
-
-
-
- -${endYear}
+
+
+
+
+
+
+
@@ -112,7 +116,7 @@ Optional vars:
- ">${name} ${label} ${startYear}${endYear} ${errorMsg}
+ ">${name} ${label} ${startYear}${endYearVal} ${errorMsg}
${name} ${label} ${errorMsg}