diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-27 06:24:07 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-27 06:24:07 +0000 |
commit | 09b27ecf9871db0bfeb7043cf8e667b66e56185a (patch) | |
tree | f56f6205a94a91ebdc9f6869657b86c5e4bc3194 | |
parent | 27e64f1dc6cc43b40592337eed360bdf7e3d7a59 (diff) |
Remove stray trailing blank lines
-rw-r--r-- | modules/tag/views/tag_block.html.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/tag/views/tag_block.html.php b/modules/tag/views/tag_block.html.php index cc75e6f0..e6f3f35b 100644 --- a/modules/tag/views/tag_block.html.php +++ b/modules/tag/views/tag_block.html.php @@ -2,6 +2,4 @@ <div id="gTagCloud" src="<?= url::site("tags") ?>"> <?= $cloud ?> </div> -<?= $form ?> - - +<?= $form ?>
\ No newline at end of file |