canShowDebug checked for a literal string, 'text/html' in order to generate

the debug output.  When the default mimetype was changed to text/html; charset=UTF-8,
the literal check always failed.

There are probably a few more of these floating around.
This commit is contained in:
Colin Kuskie 2006-11-17 22:00:35 +00:00
parent adace63acf
commit 5e074e0939
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
7.2.2
- fix: Show Debugging option not working
7.2.1
- Made a change to version tag commits to deal with unusually long commit
times.