diff options
-rw-r--r-- | timelinejs.module | 2 |
1 files changed, 1 insertions, 1 deletions
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"), '<br>', str_replace('"', "'", $string)); |