| From | Sent On | Attachments |
|---|---|---|
| Andrew Zeneski | Apr 22, 2009 10:31 pm | |
| Jacques Le Roux | Apr 23, 2009 1:24 am | |
| Scott Gray | Apr 23, 2009 1:43 am | |
| Jacopo Cappellato | Apr 23, 2009 1:53 am | |
| Scott Gray | Apr 23, 2009 2:17 am | |
| Adrian Crum | Apr 23, 2009 7:55 am | |
| Andrew Zeneski | Apr 23, 2009 10:43 am | |
| Jacopo Cappellato | Apr 23, 2009 10:49 am | |
| Andrew Zeneski | Apr 23, 2009 11:12 am | |
| Andrew Zeneski | Apr 23, 2009 11:27 am | |
| Adrian Crum | Apr 23, 2009 11:28 am | |
| David E Jones | Apr 23, 2009 11:41 am | |
| Andrew Zeneski | Apr 23, 2009 12:32 pm | |
| David E Jones | Apr 23, 2009 12:38 pm | |
| Adrian Crum | Apr 23, 2009 1:22 pm | |
| Adrian Crum | Apr 23, 2009 7:03 pm | |
| Jacques Le Roux | Apr 24, 2009 12:07 am |
| Subject: |   Codes | |
|---|---|---|
| From: | Andrew Zeneski (andr...@hotwaxmedia.com) | |
| Date: | Apr 22, 2009 10:31:45 pm | |
| List: | org.apache.ofbiz.dev | |
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">&#160;</value> + <value xml:lang="en"> </value> </property> <property key="CommonEnabled"> <value xml:lang="ar">شغال</value>
Any thoughts???
Andrew





