Commit 42ea46a2a6e8fa08ed2062f130ae94684528c101

Authored by Leonardo Merlin
1 parent 3dc2e69d

Fix: html escaped

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
index.html
... ... @@ -24,7 +24,7 @@
24 24 </header>
25 25  
26 26 <div id="content">
27   - <p>{{{article.body}}}</p>
  27 + {{{article.body}}}
28 28 </div>
29 29  
30 30 <nav>
... ...