[rhmessaging-commits] rhmessaging commits: r3289 - mgmt/trunk/wooly/python/wooly.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Apr 15 11:45:37 EDT 2009


Author: eallen
Date: 2009-04-15 11:45:36 -0400 (Wed, 15 Apr 2009)
New Revision: 3289

Modified:
   mgmt/trunk/wooly/python/wooly/pages.strings
Log:
Added DOCTYPE to UpdatePage xml for background updates (some tables contained – which was causing xml parsing errors)

Modified: mgmt/trunk/wooly/python/wooly/pages.strings
===================================================================
--- mgmt/trunk/wooly/python/wooly/pages.strings	2009-04-14 19:33:26 UTC (rev 3288)
+++ mgmt/trunk/wooly/python/wooly/pages.strings	2009-04-15 15:45:36 UTC (rev 3289)
@@ -32,6 +32,10 @@
 
 [UpdatePage.html]
 <?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE widgets [
+  <!ELEMENT widgets (#PCDATA)>
+  <!ENTITY ndash "&#8211;">
+]>
 <widgets>{widgets}</widgets>
 
 [UpdatePage.widget_html]




More information about the rhmessaging-commits mailing list