aboutsummaryrefslogtreecommitdiff
path: root/app/views/subscription/add.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/subscription/add.phtml')
-rw-r--r--app/views/subscription/add.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/subscription/add.phtml b/app/views/subscription/add.phtml
index a822b4440..5df063791 100644
--- a/app/views/subscription/add.phtml
+++ b/app/views/subscription/add.phtml
@@ -365,7 +365,7 @@
<div class="form-group">
<label class="group-name" for="http_headers"><?= _t('sub.feed.http_headers') ?></label>
<div class="group-controls">
- <textarea class="valid-json" id="http_headers" name="http_headers" rows="3" cols="64" spellcheck="false"></textarea>
+ <textarea id="http_headers" name="http_headers" rows="3" cols="64" spellcheck="false"></textarea>
<p class="help"><?= _i('help') ?> <?= _t('sub.feed.http_headers_help') ?></p>
</div>
</div>