Files
gallery3/modules
Bharat Mediratta b976f9b366 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:
  <span id="g-tag-1">
becomes:
  <span class="g-tag" rel="1">
2009-10-18 10:33:51 -07:00
..
2009-05-29 12:00:49 -07:00