Commit 3dc2e69d2288183b5d672a6de87ba3e6afefd575

Authored by Leonardo Merlin
1 parent c3700330

Fix: html escaped

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