diff --git a/bureau/admin/bro_editor.php b/bureau/admin/bro_editor.php index e9eec0df..90810a82 100644 --- a/bureau/admin/bro_editor.php +++ b/bureau/admin/bro_editor.php @@ -77,8 +77,11 @@ include_once("head.php"); ; font-size: ; width: 90%; height: 400px;" name="texte">content($R,$editfile); - if (empty($content)) $failed=true; - + if (empty($content)) { + $failed=true; + } else { + echo $content; + } ?> ".$err->errstr()."