Skip to content

Commit

Permalink
Revert "Temporarily removed ref tag to get the page validated. (Was a…
Browse files Browse the repository at this point in the history
…lso pointing at a rather semi-finished looking page)"

This was breaking the tag autocomplete code, which depends on this value.

This reverts commit 5e8d925.
  • Loading branch information
bharat committed Jan 19, 2011
1 parent f657a05 commit c060179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tag/views/tag_block.html.php
Expand Up @@ -22,7 +22,7 @@
});
});
</script>
<div id="g-tag-cloud">
<div id="g-tag-cloud" ref="<?= url::site("tags") ?>">
<?= $cloud ?>
</div>
<?= $form ?>

0 comments on commit c060179

Please sign in to comment.