Update of /var/cvs/applications/searchrelate/templates/list
In directory james.mmbase.org:/tmp/cvs-serv27050/list

Modified Files:
        li.jspx 
Log Message:
after creating an item, it could not be deleted any more in safari (because of 
the &), solved by using responseXML in stead (and fixed for IE6 by catching 
the exception)


See also: http://cvs.mmbase.org/viewcvs/applications/searchrelate/templates/list


Index: li.jspx
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/list/li.jspx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- li.jspx     24 Jul 2008 14:22:26 -0000      1.11
+++ li.jspx     24 Nov 2008 12:37:57 -0000      1.12
@@ -7,7 +7,7 @@
     >
   <jsp:output omit-xml-declaration="true" />
   <mm:import externid="item" required="true" />
-  <li>
+  <li xmlns="http://www.w3.org/1999/xhtml";>
     <mm:form id="node${_node}">
       <mm:include debug="html" page="${item}" />
     </mm:form>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to