aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index d5b673d..526e54a 100644
--- a/index.php
+++ b/index.php
@@ -77,7 +77,7 @@
<div>
<h2 class="centered">plain text or markdown goes here:</h2>
<form class="" action="index.php" method="post">
- <textarea id="user-input" name="user-input" rows="8" cols="80" value= <?php echo $_SESSION['user-input']; ?>></textarea>
+ <textarea id="user-input" name="user-input" rows="8" cols="80"><?php echo $_SESSION['user-input']; ?></textarea>
<div class="centered">
<button type="submit" name="compile">create presentation</button>
</div>