diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-29 15:54:48 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-29 15:54:48 +0200 |
commit | 155cdb4a1d98f2d51a282f34158d544bba58d392 (patch) | |
tree | 658c317608bb95d123b47ce81bb294312a366a59 /templates | |
parent | f15221e7716510198eeafaf722a78041094c866d (diff) |
Fix use template-internal HEREDOC hint less likely to clash.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/quote.mdwn | 4 |
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]] |