Index: /FCKeditor/trunk/fckeditor_php4.php
===================================================================
--- /FCKeditor/trunk/fckeditor_php4.php	(revision 1577)
+++ /FCKeditor/trunk/fckeditor_php4.php	(revision 1578)
@@ -29,5 +29,5 @@
 {
 	/**
-	 * Name of the FCKeditor instance
+	 * Name of the FCKeditor instance.
 	 *
 	 * @access protected
@@ -36,5 +36,5 @@
 	var $InstanceName ;
 	/**
-	 * Path to FCKeditor relative to the document root
+	 * Path to FCKeditor relative to the document root.
 	 *
 	 * @var string
@@ -42,5 +42,5 @@
 	var $BasePath ;
 	/**
-	 * Width of the FCKeditor
+	 * Width of the FCKeditor.
 	 * Examples: 100%, 600
 	 *
@@ -49,5 +49,5 @@
 	var $Width ;
 	/**
-	 * Height of the FCKeditor
+	 * Height of the FCKeditor.
 	 * Examples: 400, 50%
 	 *
@@ -56,5 +56,5 @@
 	var $Height ;
 	/**
-	 * Name of the toolbar to load
+	 * Name of the toolbar to load.
 	 *
 	 * @var string
@@ -62,5 +62,5 @@
 	var $ToolbarSet ;
 	/**
-	 * Initial value
+	 * Initial value.
 	 *
 	 * @var string
@@ -68,5 +68,5 @@
 	var $Value ;
 	/**
-	 * This is where additional configuration can be passed
+	 * This is where additional configuration can be passed.
 	 * Example:
 	 * $oFCKeditor->Config['EnterMode'] = 'br';
@@ -77,5 +77,5 @@
 
 	/**
-	 * Main Constructor
+	 * Main Constructor.
 	 * Refer to the _samples/php directory for examples.
 	 *
@@ -95,5 +95,5 @@
 
 	/**
-	 * Display FCKeditor
+	 * Display FCKeditor.
 	 *
 	 */
@@ -104,5 +104,5 @@
 
 	/**
-	 * Return the HTML code required to run FCKeditor
+	 * Return the HTML code required to run FCKeditor.
 	 *
 	 * @return string
@@ -159,5 +159,5 @@
 
 	/**
-	 * Returns true if browser is compatible with FCKeditor
+	 * Returns true if browser is compatible with FCKeditor.
 	 *
 	 * @return boolean
@@ -169,5 +169,5 @@
 
 	/**
-	 * Get settings from Config array as a single string
+	 * Get settings from Config array as a single string.
 	 *
 	 * @access protected
@@ -199,5 +199,5 @@
 	/**
 	 * Encode characters that may break the configuration string
-	 * generated by GetConfigFieldString()
+	 * generated by GetConfigFieldString().
 	 *
 	 * @access protected
Index: /FCKeditor/trunk/fckeditor_php5.php
===================================================================
--- /FCKeditor/trunk/fckeditor_php5.php	(revision 1577)
+++ /FCKeditor/trunk/fckeditor_php5.php	(revision 1578)
@@ -29,5 +29,5 @@
 {
 	/**
-	 * Name of the FCKeditor instance
+	 * Name of the FCKeditor instance.
 	 *
 	 * @access protected
@@ -36,5 +36,5 @@
 	public $InstanceName ;
 	/**
-	 * Path to FCKeditor relative to the document root
+	 * Path to FCKeditor relative to the document root.
 	 *
 	 * @var string
@@ -42,5 +42,5 @@
 	public $BasePath ;
 	/**
-	 * Width of the FCKeditor
+	 * Width of the FCKeditor.
 	 * Examples: 100%, 600
 	 *
@@ -49,5 +49,5 @@
 	public $Width ;
 	/**
-	 * Height of the FCKeditor
+	 * Height of the FCKeditor.
 	 * Examples: 400, 50%
 	 *
@@ -56,5 +56,5 @@
 	public $Height ;
 	/**
-	 * Name of the toolbar to load
+	 * Name of the toolbar to load.
 	 *
 	 * @var string
@@ -62,5 +62,5 @@
 	public $ToolbarSet ;
 	/**
-	 * Initial value
+	 * Initial value.
 	 *
 	 * @var string
@@ -68,5 +68,5 @@
 	public $Value ;
 	/**
-	 * This is where additional configuration can be passed
+	 * This is where additional configuration can be passed.
 	 * Example:
 	 * $oFCKeditor->Config['EnterMode'] = 'br';
@@ -77,5 +77,5 @@
 
 	/**
-	 * Main Constructor
+	 * Main Constructor.
 	 * Refer to the _samples/php directory for examples.
 	 *
@@ -95,5 +95,5 @@
 
 	/**
-	 * Display FCKeditor
+	 * Display FCKeditor.
 	 *
 	 */
@@ -104,5 +104,5 @@
 
 	/**
-	 * Return the HTML code required to run FCKeditor
+	 * Return the HTML code required to run FCKeditor.
 	 *
 	 * @return string
@@ -154,5 +154,5 @@
 
 	/**
-	 * Returns true if browser is compatible with FCKeditor
+	 * Returns true if browser is compatible with FCKeditor.
 	 *
 	 * @return boolean
@@ -164,5 +164,5 @@
 
 	/**
-	 * Get settings from Config array as a single string
+	 * Get settings from Config array as a single string.
 	 *
 	 * @access protected
@@ -194,5 +194,5 @@
 	/**
 	 * Encode characters that may break the configuration string
-	 * generated by GetConfigFieldString()
+	 * generated by GetConfigFieldString().
 	 *
 	 * @access protected
