summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorjustauser <[email protected]>2013-05-29 08:06:05 -0400
committerjustauser <[email protected]>2013-05-29 08:06:05 -0400
commited7dd4bf6c8c94e740b32b17545b5fe60fedc1f0 (patch)
tree7434375a5c9a84dc174d4b53274610450bd89599 /templates
parent7aab5617b689701cd9b6210132ed4e9dd55d3941 (diff)
changed the preg_split to explode per fox. fixed the template to
have a block for note and only include if there is a note
Diffstat (limited to 'templates')
-rw-r--r--templates/email_article_template.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/email_article_template.txt b/templates/email_article_template.txt
index 602a9c4a1..b6bc63921 100644
--- a/templates/email_article_template.txt
+++ b/templates/email_article_template.txt
@@ -5,9 +5,9 @@ Thought I'd share the following with you:
<!-- $BeginBlock article -->
* ${ARTICLE_TITLE}
-
+<!-- $BeginBlock note -->
${ARTICLE_NOTE}
-
+<!-- $EndBlock note -->
${ARTICLE_URL}
<!-- $EndBlock article -->