diff options
| author | 2019-11-13 23:22:52 +0330 | |
|---|---|---|
| committer | 2019-11-13 20:52:52 +0100 | |
| commit | 8bdf7b09f208346481cba5e08edc55dfab8c8d63 (patch) | |
| tree | 027a79858dd084fed4d73e66cdd357405fdbbded /app/views/feed/add.phtml | |
| parent | 932ac95396443813aec51aa7d35c937016243fb8 (diff) | |
Replace some http links with https links (#2662)
Diffstat (limited to 'app/views/feed/add.phtml')
| -rw-r--r-- | app/views/feed/add.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/feed/add.phtml b/app/views/feed/add.phtml index e39f45a86..9cfe024fc 100644 --- a/app/views/feed/add.phtml +++ b/app/views/feed/add.phtml @@ -42,7 +42,7 @@ <input type="text" name="url_rss" id="url" class="extend" value="<?= $this->feed->url() ?>" /> <a class="btn" target="_blank" rel="noreferrer" href="<?= $this->feed->url() ?>"><?= _i('link') ?></a> </div> - <a class="btn" target="_blank" rel="noreferrer" href="http://validator.w3.org/feed/check.cgi?url=<?= $this->feed->url() ?>"><?= _t('sub.feed.validator') ?></a> + <a class="btn" target="_blank" rel="noreferrer" href="https://validator.w3.org/feed/check.cgi?url=<?= $this->feed->url() ?>"><?= _t('sub.feed.validator') ?></a> </div> </div> <div class="form-group"> |
