Index: lams_central/web/emailuser.jsp =================================================================== diff -u -red3e9985492484a14131be21420a269b5b03694e -r738c1ec90176394b826038af57ed7afeab3c76d5 --- lams_central/web/emailuser.jsp (.../emailuser.jsp) (revision ed3e9985492484a14131be21420a269b5b03694e) +++ lams_central/web/emailuser.jsp (.../emailuser.jsp) (revision 738c1ec90176394b826038af57ed7afeab3c76d5) @@ -83,7 +83,7 @@ - + <> Index: lams_central/web/findUserLessons.jsp =================================================================== diff -u -red3e9985492484a14131be21420a269b5b03694e -r738c1ec90176394b826038af57ed7afeab3c76d5 --- lams_central/web/findUserLessons.jsp (.../findUserLessons.jsp) (revision ed3e9985492484a14131be21420a269b5b03694e) +++ lams_central/web/findUserLessons.jsp (.../findUserLessons.jsp) (revision 738c1ec90176394b826038af57ed7afeab3c76d5) @@ -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 =================================================================== diff -u -r35a0e719d061c08b52e705135bb2f2126079ed21 -r738c1ec90176394b826038af57ed7afeab3c76d5 --- lams_central/web/indexLessonConditions.jsp (.../indexLessonConditions.jsp) (revision 35a0e719d061c08b52e705135bb2f2126079ed21) +++ lams_central/web/indexLessonConditions.jsp (.../indexLessonConditions.jsp) (revision 738c1ec90176394b826038af57ed7afeab3c76d5) @@ -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 =================================================================== diff -u -r606581007abbdaee5483777096f32ffac1c3e3eb -r738c1ec90176394b826038af57ed7afeab3c76d5 --- lams_central/web/lessonIntro.jsp (.../lessonIntro.jsp) (revision 606581007abbdaee5483777096f32ffac1c3e3eb) +++ lams_central/web/lessonIntro.jsp (.../lessonIntro.jsp) (revision 738c1ec90176394b826038af57ed7afeab3c76d5) @@ -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 =================================================================== diff -u -r8b8718bcc6700cd1e896ef1dd0d97b9198fd3c4e -r738c1ec90176394b826038af57ed7afeab3c76d5 --- lams_central/web/main.jsp (.../main.jsp) (revision 8b8718bcc6700cd1e896ef1dd0d97b9198fd3c4e) +++ lams_central/web/main.jsp (.../main.jsp) (revision 738c1ec90176394b826038af57ed7afeab3c76d5) @@ -155,7 +155,10 @@
- + + + +