From 1d940d46843c8927ecfe533d2df1f932c530fd51 Mon Sep 17 00:00:00 2001 From: mozzy11 Date: Mon, 25 Feb 2019 08:09:33 +0300 Subject: [PATCH] LUI:48: Un-escaping HTML for retired answer concepts --- omod/src/main/webapp/dictionary/concept.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omod/src/main/webapp/dictionary/concept.jsp b/omod/src/main/webapp/dictionary/concept.jsp index 1444f3f2..00bb9fe6 100644 --- a/omod/src/main/webapp/dictionary/concept.jsp +++ b/omod/src/main/webapp/dictionary/concept.jsp @@ -227,7 +227,7 @@ - (${fn:substring(answer.key, 0, fn:indexOf(answer.key, '^'))})
+ (${fn:substring(answer.key, 0, fn:indexOf(answer.key, '^'))})