Login  Register

  Codes

Posted by Andrew Zeneski-2 on Apr 23, 2009; 5:32am
URL: http://ofbiz.116.s1.nabble.com/160-Codes-tp201664.html

I think this is due to the new HTML security, but now we have these  
" " codes floating all over the place. I'm not sure what the best  
solution for this is, but I thought I would check in a change like this:

Index: config/CommonUiLabels.xml
===================================================================
--- config/CommonUiLabels.xml (revision 767649)
+++ config/CommonUiLabels.xml (working copy)
@@ -1997,7 +1997,7 @@
          <value xml:lang="zh_CN">电子邮件</value>
      </property>
      <property key="CommonEmptyHeader">
-        <value xml:lang="en">&amp;#160;</value>
+        <value xml:lang="en"> </value>
      </property>
      <property key="CommonEnabled">
          <value xml:lang="ar">شغال</value>

Any thoughts???


Andrew