summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-06 11:13:07 +0300
committerAndrew Dolgov <[email protected]>2010-11-06 11:13:07 +0300
commitf72a7b6696286b2b1bb6a3d0ae33bab49e3552d0 (patch)
tree807a9c997115679dee6fd856fd7b781c7acd581a /templates
parent31a53903e635ae84ae1551d52772e75f2380b416 (diff)
allow forwarding multiple articles by email
Diffstat (limited to 'templates')
-rw-r--r--templates/email_article_template.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/templates/email_article_template.txt b/templates/email_article_template.txt
index 035ee5c97..0d151d18c 100644
--- a/templates/email_article_template.txt
+++ b/templates/email_article_template.txt
@@ -1,12 +1,11 @@
<!-- $BeginBlock email -->
Hi,
-I've been reading this article and thought it might interest you:
-
-${ARTICLE_TITLE}
-
-${ARTICLE_URL}
-
+I've been reading this and thought it might interest you:
+<!-- $BeginBlock article -->
+* ${ARTICLE_TITLE}
+ ${ARTICLE_URL}
+<!-- $EndBlock article -->
Sincerely yours,
${USER_NAME} <${USER_EMAIL}>.