Skip to content
Snippets Groups Projects
Commit 48fe1ee5 authored by fellah's avatar fellah
Browse files

let's try this

parent 9913d75e
Branches
No related merge requests found
......@@ -58,7 +58,9 @@ function checkInput($data)
<article id="home">
<img src="/public/uploads/<?= $project["imageName"] ?>" alt="<?= $project["imageAlt"] ?>">
<h1><?= $project["title"] ?></h1>
<textarea><?= $project["description"] ?></textarea>
<div contenteditable="true">
<?= htmlspecialchars_decode($project["description"]) ?>
</div>
</article>
<hr>
<h2><?= $trad["form-item"]["h2"] ?></h2>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment