summaryrefslogtreecommitdiff
path: root/core/src/main/assets/html-export-favorites-item-template.html
diff options
context:
space:
mode:
authormalockin <malockin@gmail.com>2020-05-24 08:13:27 +0300
committermalockin <malockin@gmail.com>2020-05-24 08:13:27 +0300
commitcc98447af95faf7f5d44130069edd0dbeeb2ae8c (patch)
treedd7aab30b6ba34f59c0b47b25479e1ea7c8f4fa7 /core/src/main/assets/html-export-favorites-item-template.html
parent35dde1fadbd2bfa70ab96c09e8bd332aa9768cd9 (diff)
downloadAntennaPod-cc98447af95faf7f5d44130069edd0dbeeb2ae8c.zip
Use replace instread of replaceAll & fix typo
Diffstat (limited to 'core/src/main/assets/html-export-favorites-item-template.html')
-rw-r--r--core/src/main/assets/html-export-favorites-item-template.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/assets/html-export-favorites-item-template.html b/core/src/main/assets/html-export-favorites-item-template.html
new file mode 100644
index 000000000..83f06a458
--- /dev/null
+++ b/core/src/main/assets/html-export-favorites-item-template.html
@@ -0,0 +1,4 @@
+<li><span>
+ {FAV_TITLE}<br>
+ <a href="{FAV_WEBSITE}">Website</a> • <a href="{FAV_MEDIA}">Media</a>
+</span></li>