mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-24 21:27:56 -05:00
fix (#4240)
This commit is contained in:
@@ -120,7 +120,6 @@ class FreshRSS_feed_Controller extends FreshRSS_ActionController {
|
||||
* Parameters are:
|
||||
* - url_rss (default: false)
|
||||
* - category (default: false)
|
||||
* - new_category (required if category == 'nc')
|
||||
* - http_user (default: false)
|
||||
* - http_pass (default: false)
|
||||
* It tries to get website information from RSS feed.
|
||||
|
||||
@@ -55,7 +55,6 @@
|
||||
<?= $cat->name() ?>
|
||||
</option>
|
||||
<?php } ?>
|
||||
<option value="nc"><?= _t('sub.category.new') ?></option>
|
||||
</select>
|
||||
|
||||
<span aria-hidden="true">
|
||||
|
||||
Reference in New Issue
Block a user