Author: hansbak
Date: Mon Nov 1 09:58:50 2010
New Revision: 1029589
URL: http://svn.apache.org/viewvc?rev=1029589&view=rev
Log:
html wysiwyg editor now showing '?' and slightly improved ecommerce login screen
Modified:
ofbiz/trunk/framework/images/webapp/images/htmledit/whizzywig.js
Modified: ofbiz/trunk/framework/images/webapp/images/htmledit/whizzywig.js
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/htmledit/whizzywig.js?rev=1029589&r1=1029588&r2=1029589&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/htmledit/whizzywig.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/htmledit/whizzywig.js Mon Nov 1
09:58:50 2010
@@ -374,7 +374,7 @@ function tidyH(d){ //attempt valid xhtml
.replace(/<[^>]+=[^>]+>/g,qa) //quote all atts
.replace(/[â]/g,'-') //long â
.replace(/[ââ]/g, "'") //single smartquotes ââ
- .replace(/[ââ?]/g, '"') //double smartquotes ââ?
+ .replace(/[ââ]/g, '"') //double smartquotes ââ
.replace(/<(TABLE|TD|TH|COL)(.*)(WIDTH|HEIGHT)=["'0-9A-Z]*/gi, "<$1$2") //no
fixed size tables (%OK) [^A-Za-z>]
.replace(/<([^>]+)>\s*<\/\1>/gi, "") //empty tag
.replace(/>(<\/?[C-Z])/gi,">\n$1") //newline adjacent tags