Index: /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/tags/EditorTag.java
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/tags/EditorTag.java	(revision 1841)
+++ /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/tags/EditorTag.java	(revision 1842)
@@ -33,4 +33,6 @@
 
 /**
+ * TODO check, if usage sample in comment is correct !!! (Advanced usage) <br><br>
+ * 
  * FCKeditor Tag class to access the
  * {@linkplain net.fckeditor.FCKeditor container}.<br>
@@ -54,5 +56,5 @@
  * 
  * <pre>
- * &lt;FCK:editor instanceName=&quot;EditorDefault&quot; basePath=&quot;/FCKeditor/&quot;
+ * &lt;FCK:editor instanceName=&quot;EditorDefault&quot; basePath=&quot;/fckeditor/&quot;
  * 	styleNames=&quot;;Style 1;Style 2; Style 3&quot; 
  * 	fontNames=&quot;;Arial;Courier New;Times New Roman;Verdana&quot; &gt;
@@ -62,7 +64,9 @@
  * 
  * In this example we set the id and the basePath of the editor (since it is
- * /FCKeditor/ we could have omitted it because it's already the default value).<br>
+ * /fckeditor/ we could have omitted it because it's already the default value).<br>
  * Then we used the the optional attributes to set some advanced configuration
  * settings.
+ * 
+ * @version $Id$
  */
 public class EditorTag extends TagSupport {
