summaryrefslogtreecommitdiff
path: root/modules/tag/views
diff options
context:
space:
mode:
authorRomain LE DISEZ <romain.git@ledisez.net>2009-07-23 19:44:40 +0200
committerRomain LE DISEZ <romain.git@ledisez.net>2009-07-23 19:44:40 +0200
commitb181707c1651af8737c2e6ff550fd20f480b781b (patch)
treea39b32912bdb37cbf213d146d8be47f028e88590 /modules/tag/views
parent386130114b3e3a9cf1617a1ea62407f569ee391c (diff)
parent070884d9e248ba692e49949851099e4d79285ef2 (diff)
Merge commit 'upstream/master'
Conflicts: modules/gallery/helpers/access.php
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