Fixed issue 123391 by doing a "cleanString" call to get rid of "&"s.
authordbotterill@netbeans.org
Tue, 04 Dec 2007 23:32:22 +0000
changeset 27354c4a9316e029
parent 2734 998bf8df4b17
child 2736 f951b3102e11
Fixed issue 123391 by doing a "cleanString" call to get rid of "&"s.
pluginportal/PluginSystem/src/org/netbeans/pluginportal/system/impl/UpdateCenterCache.java
     1.1 --- a/pluginportal/PluginSystem/src/org/netbeans/pluginportal/system/impl/UpdateCenterCache.java	Tue Dec 04 19:19:22 2007 +0000
     1.2 +++ b/pluginportal/PluginSystem/src/org/netbeans/pluginportal/system/impl/UpdateCenterCache.java	Tue Dec 04 23:32:22 2007 +0000
     1.3 @@ -284,7 +284,7 @@
     1.4              }
     1.5              if(null != dd.getOpenide_display_category()) {
     1.6                  inWriter.write("  OpenIDE-Module-Display-Category=\"" +
     1.7 -                        dd.getOpenide_display_category() + "\"");
     1.8 +                        cleanString(dd.getOpenide_display_category()) + "\"");
     1.9              }
    1.10              if(null != dd.getOpenide_impl_version()) {
    1.11                  inWriter.write("  OpenIDE-Module-Implementation-Version=\"" +