- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Oct 2009 16:31:13 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/response/impl
In directory hutz:/tmp/cvs-serv18655/src/org/w3c/unicorn/response/impl
Modified Files:
OldMessageXBeans.java
Log Message:
replaced <p class="longmsg"> by <div>
Index: OldMessageXBeans.java
===================================================================
RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/response/impl/OldMessageXBeans.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- OldMessageXBeans.java 19 Oct 2009 16:21:04 -0000 1.2
+++ OldMessageXBeans.java 19 Oct 2009 16:31:10 -0000 1.3
@@ -88,8 +88,8 @@
for (Longmessage mess : longMessages) {
descript.append(mess.xmlText(new XmlOptions().setUseDefaultNamespace()
.setSavePrettyPrint())
- .replaceAll("<xml-fragment[^>]*>", "<p class=\"longmsg\">")
- .replaceAll("</xml-fragment[^>]*>", "</p>")
+ .replaceAll("<xml-fragment[^>]*>", "<div>")
+ .replaceAll("</xml-fragment[^>]*>", "</div>")
.replaceAll("xmlns=\".*\"", ""));
}
return descript.toString();
Received on Monday, 19 October 2009 16:31:15 UTC