Author: sdumitriu
Date: 2007-12-11 13:06:16 +0100 (Tue, 11 Dec 2007)
New Revision: 6339
Modified:
xwiki-platform/web/branches/xwiki-web-1.2/standard/src/main/webapp/tiny_mce/tiny_mce.js
xwiki-platform/web/trunk/standard/src/main/webapp/tiny_mce/tiny_mce.js
Log:
XWIKI-1939: In the attach files form, a "-" in the attachment title file
generate a "-"
Fixed.
Patch submitted by Raluca Morosan, applied without changes.
Modified:
xwiki-platform/web/branches/xwiki-web-1.2/standard/src/main/webapp/tiny_mce/tiny_mce.js
===================================================================
---
xwiki-platform/web/branches/xwiki-web-1.2/standard/src/main/webapp/tiny_mce/tiny_mce.js
2007-12-11 10:21:23 UTC (rev 6338)
+++
xwiki-platform/web/branches/xwiki-web-1.2/standard/src/main/webapp/tiny_mce/tiny_mce.js
2007-12-11 12:06:16 UTC (rev 6339)
@@ -3673,6 +3673,7 @@
htm = tinyMCE.regexpReplace(htm, ";", ";", "gi");
htm = tinyMCE.regexpReplace(htm, """, """, "gi");
htm = tinyMCE.regexpReplace(htm, "^", "^", "gi");
+ htm = tinyMCE.regexpReplace(htm, "-", "-", "gi");
if (this.formElement)
this.formElement.value = htm;
Modified: xwiki-platform/web/trunk/standard/src/main/webapp/tiny_mce/tiny_mce.js
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/tiny_mce/tiny_mce.js
2007-12-11 10:21:23 UTC (rev 6338)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/tiny_mce/tiny_mce.js
2007-12-11 12:06:16 UTC (rev 6339)
@@ -3673,6 +3673,7 @@
htm = tinyMCE.regexpReplace(htm, ";", ";", "gi");
htm = tinyMCE.regexpReplace(htm, """, """, "gi");
htm = tinyMCE.regexpReplace(htm, "^", "^", "gi");
+ htm = tinyMCE.regexpReplace(htm, "-", "-", "gi");
if (this.formElement)
this.formElement.value = htm;
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications