Update of /var/cvs/applications/media/edit/view
In directory james.mmbase.org:/tmp/cvs-serv21492/applications/media/edit/view

Modified Files:
        showurls.jsp index.jsp 
Log Message:
MMB-1766 Attribute value "bla bla" is quoted with " which must be escaped when 
used within the value


See also: http://cvs.mmbase.org/viewcvs/applications/media/edit/view
See also: http://www.mmbase.org/jira/browse/MMB-1766


Index: showurls.jsp
===================================================================
RCS file: /var/cvs/applications/media/edit/view/showurls.jsp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- showurls.jsp        15 Jul 2004 11:24:12 -0000      1.17
+++ showurls.jsp        4 Jan 2009 12:58:41 -0000       1.18
@@ -7,7 +7,7 @@
 <mm:cloud method="asis">
 <html>
 <head>
-  <title><mm:write id="title" value="<%=m.getString("title")%>" /></title>
+  <title><mm:write id="title" value='<%=m.getString("title")%>' /></title>
   <link href="../style/streammanager.css" type="text/css" rel="stylesheet" />
   <script src="<mm:url page="../style/streammanager.js.jsp?dir=&amp;fragment=" 
/>" language="javascript"><!--help IE--></script>
 </head>


Index: index.jsp
===================================================================
RCS file: /var/cvs/applications/media/edit/view/index.jsp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- index.jsp   7 Jan 2004 20:50:00 -0000       1.15
+++ index.jsp   4 Jan 2009 12:58:41 -0000       1.16
@@ -7,7 +7,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-  <title><mm:write id="title" value="<%=m.getString("title")%>" /></title>
+  <title><mm:write id="title" value='<%=m.getString("title")%>' /></title>
   <link href="../style/streammanager.css" type="text/css" rel="stylesheet" />
   <script src="<mm:url page="../style/streammanager.js.jsp?dir=&amp;fragment=" 
/>" language="javascript"><!--help IE--></script>
 </head>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to