aboutsummaryrefslogtreecommitdiff
path: root/src/Pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/Pages')
-rw-r--r--src/Pages/commissions/commissions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Pages/commissions/commissions.php b/src/Pages/commissions/commissions.php
index feee49c..5d06e4c 100644
--- a/src/Pages/commissions/commissions.php
+++ b/src/Pages/commissions/commissions.php
@@ -254,7 +254,7 @@
<div class="form-row">
<label for="description">Describe your commission *</label>
<textarea id="description" name="description" required maxlength="5000"
- placeholder="Tell me about your project: character details, style preferences, reference images, etc."><?= htmlspecialchars($_POST['description'] ?? '', ENT_QUOTES, 'UTF-8') ?></textarea>
+ placeholder="Tell me about your project: character details, style preferences, etc."><?= htmlspecialchars($_POST['description'] ?? '', ENT_QUOTES, 'UTF-8') ?></textarea>
</div>
<button type="submit">Send Request</button>