Index: lams_central/web/emailuser.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/emailuser.jsp,v diff -u -r1.2 -r1.3 --- lams_central/web/emailuser.jsp 6 Apr 2014 20:15:35 -0000 1.2 +++ lams_central/web/emailuser.jsp 6 Apr 2014 22:56:46 -0000 1.3 @@ -83,7 +83,7 @@ - + <> Index: lams_central/web/findUserLessons.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/findUserLessons.jsp,v diff -u -r1.10 -r1.11 --- lams_central/web/findUserLessons.jsp 6 Apr 2014 20:15:35 -0000 1.10 +++ lams_central/web/findUserLessons.jsp 6 Apr 2014 22:54:08 -0000 1.11 @@ -4,6 +4,7 @@ <%@ taglib uri="tags-fmt" prefix="fmt"%> <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-html" prefix="html"%> +<%@ taglib uri="tags-function" prefix="fn"%> @@ -78,7 +79,7 @@

- +

Index: lams_central/web/indexLessonConditions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/indexLessonConditions.jsp,v diff -u -r1.7 -r1.8 --- lams_central/web/indexLessonConditions.jsp 29 Sep 2012 13:56:32 -0000 1.7 +++ lams_central/web/indexLessonConditions.jsp 6 Apr 2014 22:57:35 -0000 1.8 @@ -4,6 +4,7 @@ <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-logic" prefix="logic" %> <%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-function" prefix="fn"%> @@ -65,7 +66,7 @@

- ${title} + ${fn:escapeXml(title)}

@@ -121,7 +122,7 @@ Index: lams_central/web/lessonIntro.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/lessonIntro.jsp,v diff -u -r1.7 -r1.8 --- lams_central/web/lessonIntro.jsp 3 Sep 2013 10:55:33 -0000 1.7 +++ lams_central/web/lessonIntro.jsp 6 Apr 2014 22:58:12 -0000 1.8 @@ -6,6 +6,7 @@ <%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-function" prefix="fn"%> @@ -44,9 +45,9 @@ -

${lesson.lessonName}

+

-

${lesson.lessonDescription}

+

@@ -60,11 +61,11 @@
- +
- +
Index: lams_central/web/main.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/main.jsp,v diff -u -r1.73 -r1.74 --- lams_central/web/main.jsp 14 Jan 2014 15:10:31 -0000 1.73 +++ lams_central/web/main.jsp 6 Apr 2014 22:58:59 -0000 1.74 @@ -155,7 +155,10 @@
- + + + +