Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/functionsMozilla.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/functionsMozilla.js,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/functionsMozilla.js 2 Feb 2007 21:04:44 -0000 1.1 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/functionsMozilla.js 13 Aug 2007 06:12:48 -0000 1.2 @@ -336,7 +336,7 @@ * 5. Reinsert it just after the block element *

The quick

brown fox jumped over the lazy dog.

* - * Along the way, allow inserting blank paragraphs, which will look like


+ * Along the way, allow inserting blank paragraphs, which will look like


*/ Gecko.prototype.dom_checkInsertP = function() @@ -516,7 +516,7 @@ // Select the range (to set the insertion) // collapse to the start of the new block - // (remember the block might be


, so if we collapsed to the end the
would be noticable) + // (remember the block might be


, so if we collapsed to the end the
would be noticable) //range.selectNode(newblock.firstChild); //range.collapse(true);