[interchange-cvs] interchange - racke modified code/Widget/htmlarea.widget

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Feb 16 04:05:55 EST 2005


User:      racke
Date:      2005-02-16 09:05:55 GMT
Modified:  code/Widget htmlarea.widget
Log:
fix wrong variable name in widget documentation

Revision  Changes    Path
1.3       +2 -2      interchange/code/Widget/htmlarea.widget


rev 1.3, prev_rev 1.2
Index: htmlarea.widget
===================================================================
RCS file: /var/cvs/interchange/code/Widget/htmlarea.widget,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- htmlarea.widget	15 Feb 2005 16:05:55 -0000	1.2
+++ htmlarea.widget	16 Feb 2005 09:05:55 -0000	1.3
@@ -42,10 +42,10 @@
 
     [tmp tmp_hpath][either]__HTMLAREA_PATH__[or]/htmlarea/[/either][/tmp]
 	<script type="text/javascript">
-	   _editor_url = "[scratch hpath]";
+	   _editor_url = "[scratch tmp_hpath]";
 	   _editor_lang = "en";
 	</script>
-	<script type="text/javascript" src="[scratch hpath]htmlarea.js"></script>
+	<script type="text/javascript" src="[scratch tmp_hpath]htmlarea.js"></script>
 
 The "en" is the language locale to use. If you use the output-style
 layout, this is automatically determined from the Interchange locale.








More information about the interchange-cvs mailing list