Update of 
/var/cvs/contributions/didactor2/src/education/templates/education/openquestions
In directory james.mmbase.org:/tmp/cvs-serv8946/openquestions

Modified Files:
        index.jsp 
Log Message:
ensure xml compliancy


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/education/openquestions


Index: index.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/openquestions/index.jsp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- index.jsp   7 Nov 2008 10:32:33 -0000       1.15
+++ index.jsp   7 Nov 2008 16:53:42 -0000       1.16
@@ -7,6 +7,8 @@
       <mm:import externid="madetest">-1</mm:import>
 
       <mm:node number="$question">
+
+
         <mm:isnotempty referid="madetest">
           <mm:relatedcontainer path="givenanswers,madetests">
             <mm:constraint field="madetests.number" value="$madetest"/>
@@ -25,7 +27,7 @@
         </mm:field>
 
         <p/> <!-- wtf -->
-        <mm:field name="text" escape="none"/>
+        <mm:field name="text" escape="tagstripper(XSS)"/>
         <p/><!-- wtf -->
 
         <mm:import id="layout"><mm:field name="layout"/></mm:import>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to