summaryrefslogtreecommitdiff
path: root/modules/tag/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-07-23 10:43:40 -0700
committerBharat Mediratta <bharat@menalto.com>2009-07-23 10:43:40 -0700
commit913d63b1a0cf45922639f43159027e7221344b73 (patch)
tree60e4f40654390204ccb7f6b260618e5127bfee45 /modules/tag/views
parent1fbdf1a1e00a176686b051bb932d998ad683b2be (diff)
parent070884d9e248ba692e49949851099e4d79285ef2 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/tag/views')
-rw-r--r--modules/tag/views/tag_block.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/views/tag_block.html.php b/modules/tag/views/tag_block.html.php
index 9c8f3de5..12c90857 100644
--- a/modules/tag/views/tag_block.html.php
+++ b/modules/tag/views/tag_block.html.php
@@ -1,5 +1,5 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
-<div id="gTagCloud" src="<?= url::site("tags") ?>">
+<div id="gTagCloud" title="<?= url::site("tags") ?>">
<?= $cloud ?>
</div>
<?= $form ?> \ No newline at end of file