diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-18 21:22:24 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-18 21:22:24 -0800 |
commit | c06017991636c21582926c0977896c63bbefd85f (patch) | |
tree | 0f26bee7099e6460c05840aa0d0b9654193f5038 /modules/tag | |
parent | f657a05d7ed21423afb925755bacbb07a1384044 (diff) |
Revert "Temporarily removed ref tag to get the page validated. (Was also pointing at a rather semi-finished looking page)"
This was breaking the tag autocomplete code, which depends on this value.
This reverts commit 5e8d92552b1384d99d5fef56333deb7eb67a8f92.
Diffstat (limited to 'modules/tag')
-rw-r--r-- | modules/tag/views/tag_block.html.php | 2 |
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 a6536361..813f24b5 100644 --- a/modules/tag/views/tag_block.html.php +++ b/modules/tag/views/tag_block.html.php @@ -22,7 +22,7 @@ }); }); </script> -<div id="g-tag-cloud"> +<div id="g-tag-cloud" ref="<?= url::site("tags") ?>"> <?= $cloud ?> </div> <?= $form ?> |