Mercurial > public > sg101
changeset 132:06503edcc56b
A previous commit broke the comment preview function. Fixing this now.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 26 Nov 2009 22:51:07 +0000 |
parents | 5b69d6e01fd4 |
children | c515b7401078 |
files | gpp/templates/comments/markdown_preview.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/templates/comments/markdown_preview.html Thu Nov 26 22:47:17 2009 +0000 +++ b/gpp/templates/comments/markdown_preview.html Thu Nov 26 22:51:07 2009 +0000 @@ -9,6 +9,6 @@ <title>Markdown Preview</title> <link rel="stylesheet" type="text/css" href="~/templates/preview.css" /> </head> -{{ data|markdown:"safe"|smilify }} +{{ data|smiley_markdown|markdown:"safe" }} </body> </html>