public
Description: Tiny blog engine written using Merb+Stone
Clone URL: git://github.com/ndemonner/written_in_stone.git
Put it back in.
ndemonner (author)
Sun Apr 20 11:40:48 -0700 2008
commit  ccb3ef6564aa05c927e02fd510ff1302bb2d607c
tree    ae22e71778a03849caea969b5f8ad723b08a85e3
parent  f0723cfb42be998f8b0ed31cd37c967c46a585d0
...
32
33
34
35
 
36
37
38
...
32
33
34
 
35
36
37
38
0
@@ -32,7 +32,7 @@
0
       <% if c.website? -%><%= link_to c.commenter, c.website %><% else -%><%= c.commenter %><% end -%>
0
     </h3>
0
     <p>
0
- <%= highlight_code(c.body) %>
0
+ <%= highlight_code(tex2html(c.body)) %>
0
     </p>
0
   </div>
0
   <% end -%>

Comments

    No one has commented yet.