Created
March 26, 2010 21:16
-
-
Save SupermanScott/345404 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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