Skip to content
Snippets Groups Projects
Commit 36aa2db4 authored by Michael's avatar Michael
Browse files

Syncing from Monotone at 20131030102057

parent dffa7c70
No related branches found
No related tags found
No related merge requests found
......@@ -337,6 +337,7 @@ Uses code from John Wiseman. See http://lemonodor.com/archives/000128.html
and lsp-LICENSE.txt
Thanks to Edi Weitz for letting me use his code for ESCAPE-FOR-XML.
Thanks to Eitarow Fukamachi for the whitespace-trimming patch.
AUTHOR
======
......
......@@ -371,7 +371,7 @@ Replacement and regex in *TEMPLATE-TAG-EXPAND*"
string
(lambda (match start-tag string end-tag)
(declare (ignore match))
(if (ppcre:scan "^#.+#$" string)
(if (ppcre:scan "(?is)^#.+#$" string)
""
(concatenate 'string
start-tag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment