From c5d569f54a0d80de75a7a12516d282f19d7fa985 Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 27 May 2013 17:31:09 -0300 Subject: Comment fix --- timelinejs.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timelinejs.module b/timelinejs.module index d052910..2a4db84 100644 --- a/timelinejs.module +++ b/timelinejs.module @@ -213,7 +213,7 @@ function timelinejs_print($nid) { } /** - * Strip text so it can be used at the json templates. + * Strip text so it can be used inside json templates. */ function timelinejs_strip($string) { return str_replace(array("\r\n", "\n", "\r"), '
', str_replace('"', "'", $string)); -- cgit v1.2.3