aboutsummaryrefslogtreecommitdiff
path: root/src/admin/claredit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin/claredit.php')
-rw-r--r--src/admin/claredit.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/admin/claredit.php b/src/admin/claredit.php
index cf9785c..6131747 100644
--- a/src/admin/claredit.php
+++ b/src/admin/claredit.php
@@ -125,13 +125,14 @@ if (($a = DBChiefGetClarToAnswer($clarnumber, $clarsitenumber,
<tr>
<td width="20%" align=right><b>Clarification:</b></td>
<td width="80%">
- <textarea name="message" readonly cols="60" rows="8"><?php echo unsanitizeText($a["question"]); ?></textarea>
+ <textarea name="message" readonly cols="60" rows="8"><?php echo unsanitizeText($a["question"]); ?>
+ </textarea>
</td>
</tr>
<tr>
<td width="20%" align=right><b>Answer:</b></td>
<td width="80%">
- <textarea name="answer" cols="60" rows="8"><?php echo unsanitizeText($a["answer"]); ?></textarea>
+ <textarea name="answer" cols="60" rows="8"><?php echo unsanitizeText($a["answer"]); ?></textarea>
</td>
</tr>
<tr>