diff options
Diffstat (limited to 'src/Pages/commissions/commissions.php')
| -rw-r--r-- | src/Pages/commissions/commissions.php | 2 |
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> |
