summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-16 17:20:31 +0300
committerAndrew Dolgov <[email protected]>2020-09-16 17:20:31 +0300
commit9d3c79498368fa99cfde684c759a1c40825aaaa9 (patch)
treef5175679330f69e8411e27b1504db4c65f506b57 /classes/handler/public.php
parentda5af2fae091041cca27b24b6f0e69e4a6d0dc60 (diff)
subscribe: allow pre-filling feed URL if passed via query string
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 8b1ce7127..18be5c640 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -784,7 +784,7 @@ class Handler_Public extends Handler {
<?php print_hidden("csrf_token", $_SESSION["csrf_token"]) ?>
<fieldset>
<label>Feed or site URL:</label>
- <input style="width: 300px" dojoType="dijit.form.ValidationTextBox" required="1" name="feed_url">
+ <input style="width: 300px" dojoType="dijit.form.ValidationTextBox" required="1" name="feed_url" value="<?php echo htmlspecialchars($feed_url) ?>">
</fieldset>
<button class="alt-primary" dojoType="dijit.form.Button" type="submit">