Index: lams_tool_images/web/pages/learning/notebook.jsp =================================================================== diff -u -r4ee829e747865834b56a708e884c3ad3bd1d0492 -r7041999fcaee0534c3b48e9cea84934662d2de51 --- lams_tool_images/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 4ee829e747865834b56a708e884c3ad3bd1d0492) +++ lams_tool_images/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 7041999fcaee0534c3b48e9cea84934662d2de51) @@ -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')">