add indentation to opml
Co-authored-by: Kieran <kieran.eglin@gmail.com>
This commit is contained in:
parent
bc59d6c869
commit
07b4f6d30b
1 changed files with 6 additions and 6 deletions
|
|
@ -24,12 +24,12 @@ defmodule Pinchflat.Podcasts.OpmlFeedBuilder do
|
|||
"""
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<opml version="2.0">
|
||||
<head>
|
||||
<title>All Sources</title>
|
||||
</head>
|
||||
<body>
|
||||
#{Enum.join(sources_xml, "\n")}
|
||||
</body>
|
||||
<head>
|
||||
<title>All Sources</title>
|
||||
</head>
|
||||
<body>
|
||||
#{Enum.join(sources_xml, "\n")}
|
||||
</body>
|
||||
</opml>
|
||||
"""
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue