Remove some of the rubbish that has been accumulating in the default LocalSettings...
[lhc/web/wiklou.git] / includes / ExternalEdit.php
index 1c58f44..cfdd559 100644 (file)
@@ -1,7 +1,10 @@
 <?php
 /**
+ * External editors support
+ *
  * License: Public domain
  *
+ * @file
  * @author Erik Moeller <moeller@scireview.de>
  */
 
@@ -15,7 +18,6 @@
  * and save the modified data back to the server.
  *
  */
-
 class ExternalEdit {
 
        function __construct( $article, $mode ) {