Moving to GitHub.
[platal.git] / include / comletter.inc.php
index b487b1f..4419d61 100644 (file)
@@ -24,7 +24,7 @@
 class ComLArticle
 {
     // Maximum number of lines per article, as wanted by the NL master
-    const MAX_LINES_PER_ARTICLE = 4;
+    const MAX_LINES_PER_ARTICLE = 8;
     const MAX_CHARACTERS_PER_LINE = 68;
 
     // {{{ properties
@@ -142,5 +142,5 @@ class ComLArticle
 
 // }}}
 
-// vim:set et sw=4 sts=4 sws=4 enc=utf-8:
+// vim:set et sw=4 sts=4 sws=4 fenc=utf-8:
 ?>