diff options
author | Silvio <silvio@socioambiental.org> | 2013-05-27 17:31:09 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2013-05-27 17:31:09 -0300 |
commit | c5d569f54a0d80de75a7a12516d282f19d7fa985 (patch) | |
tree | 190075f37775b3f940166e11db58054507ae5634 | |
parent | b5bc1851eb4116539b8f4791e0af657c66f02e31 (diff) | |
download | timelinejs-c5d569f54a0d80de75a7a12516d282f19d7fa985.tar.gz timelinejs-c5d569f54a0d80de75a7a12516d282f19d7fa985.tar.bz2 |
Comment fix
-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)); |