diff --git a/html/editpage.php b/html/editpage.php index 469a1fa1..388af291 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -151,7 +151,7 @@ if(isset($fichier)) { echo '
'; echo '
'; - echo '
'; + echo '
'; } } echo "

" . $filename . "

"; diff --git a/html/src/css/style.css b/html/src/css/style.css index 517fbd1f..c6c14bf1 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -125,8 +125,8 @@ a { padding: 0 0 0.3em 0; } -textarea[name="article-resume"] { - height: 10em; +.article-resume-input { + max-height: 10em; } .article-info .article-auteur { diff --git a/html/upload.php b/html/upload.php index 8a97a18b..d6691022 100644 --- a/html/upload.php +++ b/html/upload.php @@ -95,7 +95,7 @@ if(isset($_POST['article-content'])) {
-
+