utf-8, RT#12514
[freeside.git] / httemplate / autohandler
index ae04d42..d52b791 100644 (file)
@@ -7,7 +7,7 @@
 my $profile = '';
 if ( UNIVERSAL::can(dbh, 'sprintProfile') ) {
 
-  if ( lc($r->content_type) eq 'text/html'
+  if ( lc($r->content_type) =~ /^text\/html/
        && $FS::CurrentUser::CurrentUser->option('show_db_profile')
      )
   {