r1292 - xwiki-sandbox/formeditor

Nebojsa Miletic mileticn at users.forge.objectweb.org
Thu Sep 7 02:36:43 CEST 2006


Author: mileticn
Date: 2006-09-07 02:36:39 +0200 (Thu, 07 Sep 2006)
New Revision: 1292

Modified:
   xwiki-sandbox/formeditor/main.js
Log:


Modified: xwiki-sandbox/formeditor/main.js
===================================================================
--- xwiki-sandbox/formeditor/main.js	2006-09-06 23:26:21 UTC (rev 1291)
+++ xwiki-sandbox/formeditor/main.js	2006-09-07 00:36:39 UTC (rev 1292)
@@ -498,8 +498,6 @@
 	
 	for (var i = 0; i < groups.length; i++) {
 		s += '\n';
-		s += '<hr>';
-		s += '\n';
 		s += getPresentationTextFromGroup(groups[i]); // divPresText, end divPresText
 		s += '\n';
 		var group = groups[i];





More information about the Xwiki-notifications mailing list