diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-17 16:40:55 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-17 16:40:55 -0600 |
commit | 6e4fe792174dfa15ec38cbec8c07c0fbc124e446 (patch) | |
tree | c834254463a257eb1add589250cff3c942bf5d48 /modules | |
parent | 387adbbc9d3c8be117a4c89ab284eeb7dba00959 (diff) |
White space fixes.
Diffstat (limited to 'modules')
-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> |