A lesson in properly closing <script> tags
Here I was thinking that my old TTC map was only helping a few dozen people a day. In goes my updated map and up go my visits by several hundred per day. It turns out that I was closing the Google Analytics script tag in the XML style (ie. <script .../>) and not as <script ...></script>. The culprit? IE, of course, which doesn’t support the former.
Tags:
- none
This entry was posted on Monday, November 13th, 2006 at 10:47 pm and is filed under programming, site. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.