diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-29 15:56:55 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-29 15:56:55 +0200 |
commit | 79ffeda401440d15f2c665e68ae232a0394a39d2 (patch) | |
tree | db9311e623c45ee5d4f28b3ed601f3624d73d580 /templates | |
parent | 155cdb4a1d98f2d51a282f34158d544bba58d392 (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 c8957a5..66a253d 100644 --- a/templates/quote.mdwn +++ b/templates/quote.mdwn @@ -1,6 +1,6 @@ -[[!template id=column size=12 content=<<_QUOTE_COLUMN +[[!template id=column size=12 content=<<_Q_U_O_T_E_C_O_L_U_M_N_ <blockquote class="blockquote-reverse"> <p><TMPL_VAR content></p> <footer><TMPL_VAR author></footer> </blockquote> -_QUOTE_COLUMN]] +_Q_U_O_T_E_C_O_L_U_M_N_]] |