From 4d25c21fb7bf446502aeaf1b785b52634f5366ee Mon Sep 17 00:00:00 2001 From: Peter Kong Date: Tue, 19 Jul 2011 00:34:56 -0400 Subject: [PATCH] you need the raw so that the HTML can be interpreted --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ebefb0..e60e072 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ From the Disqus website: #### Show the comment threads widget on a post page # Loads the commenting system - disqus_thread + <%= raw(disqus_thread) %> # Sets the inner html to the comment count for any links on the page that # have the anchor "disqus_thread". For example, "View Comments" below would