mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2020-03-12 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug where '<enclosure>' tags in RSS Superfeeds were rendered with an incorrect 'url=' attribute. * Added indentation formatting on RSS XML feeds.
This commit is contained in:
@@ -177,6 +177,7 @@ ListCasts::ListCasts(unsigned feed_id,bool is_super,QWidget *parent)
|
||||
list_report_button=new QPushButton(this);
|
||||
list_report_button->setFont(buttonFont());
|
||||
list_report_button->setText(tr("Subscription\n&Report"));
|
||||
list_report_button->setEnabled(list_feed->audienceMetrics());
|
||||
connect(list_report_button,SIGNAL(clicked()),this,SLOT(reportData()));
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user