summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-05-29 15:54:48 +0200
committerJonas Smedegaard <dr@jones.dk>2017-05-29 15:54:48 +0200
commit155cdb4a1d98f2d51a282f34158d544bba58d392 (patch)
tree658c317608bb95d123b47ce81bb294312a366a59
parentf15221e7716510198eeafaf722a78041094c866d (diff)
Fix use template-internal HEREDOC hint less likely to clash.
-rw-r--r--templates/quote.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/quote.mdwn b/templates/quote.mdwn
index cbd327f..c8957a5 100644
--- a/templates/quote.mdwn
+++ b/templates/quote.mdwn
@@ -1,6 +1,6 @@
-[[!template id=column size=12 content=<<COLUMN
+[[!template id=column size=12 content=<<_QUOTE_COLUMN
<blockquote class="blockquote-reverse">
<p><TMPL_VAR content></p>
<footer><TMPL_VAR author></footer>
</blockquote>
-COLUMN]]
+_QUOTE_COLUMN]]