diff options
-rw-r--r-- | modules/tag/views/tag_block.html.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/tag/views/tag_block.html.php b/modules/tag/views/tag_block.html.php index 8c79b74a..ad36b297 100644 --- a/modules/tag/views/tag_block.html.php +++ b/modules/tag/views/tag_block.html.php @@ -6,8 +6,9 @@ url, { max: 30, multiple: true, - multipleSeparator: ',', - cacheLength: 1} + multipleSeparator: ',', + cacheLength: 1 + } ); }); </script> |