All sites now live; History feedback to work through; broken link report is nuts
Posted by mholmes on 16 Feb 2012 in Activity log
- All sites are now live, and aliases are in place and working.
- There are 11 pages of feedback reports to go through for History. I've worked through two pages, making some changes, writing instructions for others (so TG knows how to do various things), and categorized others as requiring dept consideration. I need to work through the remaining 9 pages.
- The broken link report from WS is itself broken, probably caused by a mysterious empty stylesheet link that is inserted by the site-scripts block. CB is investigating; if nothing emerges, I'll contact DW. I think the problem is caused by the XSLT that processes the site-scripts block; which converts a link to a local CSS file (which I don't think we even need) into a link tag with an empty href attribute.
- I found and fixed another bug reported by TG on the History site, which was only apparent in Internet Explorer. Someone had added lots of empty h3 tags in an effort to make one table appear below another one (they were showing side by side), and this (as usual) freaked out IE. Removed the empty tags, and added a style attribute with a clear property to make the tables display correctly.