@@ -24,7 +24,7 @@ |
||
24 | 24 | private function getTestTitle($title, $id_article=null) { |
25 | 25 | $dbc = App::getDb(); |
26 | 26 | |
27 | - if (strlen($title) < 5){ |
|
27 | + if (strlen($title) < 5) { |
|
28 | 28 | $this->error_title = "votre titre doit être supérieur à 4 caractères"; |
29 | 29 | return false; |
30 | 30 | } |