Index: lams_tool_images/web/pages/learning/notebook.jsp =================================================================== diff -u -r4ee829e747865834b56a708e884c3ad3bd1d0492 -rdbbdbe1fcf86e07c4d5163178b4c679b4dedfed9 --- lams_tool_images/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 4ee829e747865834b56a708e884c3ad3bd1d0492) +++ lams_tool_images/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision dbbdbe1fcf86e07c4d5163178b4c679b4dedfed9) @@ -1,7 +1,6 @@ -<%@ include file="/common/taglibs.jsp"%> - + +<%@ include file="/common/taglibs.jsp"%> <fmt:message key="label.learning.title" /> @@ -12,10 +11,10 @@ function disableFinishButton() { document.getElementById("finishButton").disabled = true; } - function submitForm(methodName){ - var f = document.getElementById('messageForm'); - f.submit(); - } + function submitForm(methodName){ + var f = document.getElementById('messageForm'); + f.submit(); + } </script> </lams:head> <body class="stripes"> @@ -38,8 +37,7 @@ <lams:out value="${sessionMap.reflectInstructions}" escapeHtml="true" /> </p> - <html:textarea cols="60" rows="8" property="entryText" - styleClass="text-area" /> + <html:textarea cols="60" rows="8" property="entryText" styleClass="text-area" /> <div class="space-bottom-top align-right"> <html:link href="#nogo" styleClass="button" styleId="finishButton" onclick="submitForm('finish')">