public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Fixed Quote sources not being properly markup'd.
vito (author)
Fri Nov 07 14:13:04 -0800 2008
commit  1273063db3ff19fa5ebce372d4af58a7a1d77223
tree    68678b3cf08eb61bd00456d393705266b1310f6c
parent  da4f0ec1cad48c4ead828ebbaf1cd4e4b4bda37c
...
4
5
6
7
 
8
...
4
5
6
 
7
8
0
@@ -4,5 +4,5 @@
0
                         <blockquote>
0
                             ${ post.quote | read_more }
0
                         </blockquote>
0
-                        <div class="source">${ ("&mdash; " ~ post.source_unfiltered) | markup_post_text(post) | read_more }</div>
0
+                        <div class="source">${ ("&mdash; " ~ post.source_unfiltered) | markup_post_text(post) | markup_text(post) | read_more }</div>
0
 {% endblock %}

Comments