mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix opml export not showing head and title
This commit is contained in:
@@ -27,7 +27,7 @@ public class OPMLExporter {
|
||||
@SuppressWarnings("unchecked")
|
||||
public Opml export(User user) {
|
||||
Opml opml = new Opml();
|
||||
opml.setFeedType("opml_1.0");
|
||||
opml.setFeedType("opml_1.1");
|
||||
opml.setTitle(String.format("%s subscriptions in CommaFeed",
|
||||
user.getName()));
|
||||
opml.setCreated(Calendar.getInstance().getTime());
|
||||
|
||||
Reference in New Issue
Block a user