joerg 2004/05/11 15:50:25
Modified: src/blocks/forms/samples/resources forms-lib.js
Log:
fixed introduced encoding bug (opened file with UTF-8 in jEdit, what it was
not)
Revision Changes Path
1.4 +2 -2
cocoon-2.1/src/blocks/forms/samples/resources/forms-lib.js
Index: forms-lib.js
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/forms/samples/resources/forms-lib.js,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- forms-lib.js 11 May 2004 22:44:41 -0000 1.3
+++ forms-lib.js 11 May 2004 22:50:25 -0000 1.4
@@ -83,7 +83,7 @@
* This is required for help popups inside <wi:group> tabs. The reason is
that CSS positioning
* properties ("left" and "top") on a block with a "position: absolute" are
actually relative to
* the nearest ancestor that has a position of "absolute", "relative" or
"fixed".
- * See http://www.w3.org/TR/CSS21/visudet.html#containing-block-details �4
+ * See http://www.w3.org/TR/CSS21/visudet.html#containing-block-details $4
*/
function forms_moveInBody(element) {