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:
Fred Gleason
2020-03-12 13:48:29 -04:00
parent 4aedc573ca
commit 75d2b80025
6 changed files with 64 additions and 36 deletions

View File

@@ -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()));
//