Skip to content

Instantly share code, notes, and snippets.

@SupermanScott
Created March 26, 2010 21:16
Show Gist options
  • Save SupermanScott/345404 to your computer and use it in GitHub Desktop.
Save SupermanScott/345404 to your computer and use it in GitHub Desktop.
diff --git a/html/sites/mothersclick.com/modules/custom/mc/mc.views.inc b/html/sites/mothersclick.com/modules/custom/mc/mc.views.inc
index 8ec1ab2..650c454 100644
--- a/html/sites/mothersclick.com/modules/custom/mc/mc.views.inc
+++ b/html/sites/mothersclick.com/modules/custom/mc/mc.views.inc
@@ -62,6 +62,7 @@ function mc_views_pre_render($view) {
'href' => 'node/' . $result->nid,
'fragment' => 'comment-' . $result->cid,
'title' => truncate_utf8(strip_tags($result->comment), 60, TRUE, TRUE),
+ 'html' => TRUE,
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment