1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

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
This commit is contained in:
justauser
2013-05-29 08:06:05 -04:00
parent 7aab5617b6
commit ed7dd4bf6c
2 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -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 -->