fixed a bug in the left column layout template, which was still using RawHeadTags

This commit is contained in:
Colin Kuskie 2007-03-05 16:26:53 +00:00
parent e17e1f7e4f
commit 70e156542a
2 changed files with 92 additions and 0 deletions

View file

@ -10,6 +10,8 @@
- fix: TrashClipboard.pm (thanks to Erik Svanberg for the patch)
- fix: Manage events in time tracker goofed up (perlDreamer Consulting, LLC)
- fix: Clipboard to trash (perlDreamer Consulting, LLC)
- fix: Fixed the left column template, which still used the RawHeadTags
macro. (perlDreamer Consulting, LLC)
7.3.11
- Added an option for enabling coverage tests to testCodebase.pl.