From b976f9b3665771444c30e914fe21cbce5848bd21 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 18 Oct 2009 10:30:36 -0700 Subject: Move away from embedding the tag id in to the CSS id. This is brittle and causes us to do silly things to extract the id. Use rel instead so: becomes: --- modules/tag/views/admin_tags.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tag/views') diff --git a/modules/tag/views/admin_tags.html.php b/modules/tag/views/admin_tags.html.php index edc466bb..2d41ee5f 100644 --- a/modules/tag/views/admin_tags.html.php +++ b/modules/tag/views/admin_tags.html.php @@ -47,7 +47,7 @@
  • - name) ?> + name) ?> (count ?>) id") ?>" class="g-dialog-link g-delete-link g-button"> -- cgit v1.2.3