summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index cfa2be909..5f41cd3f6 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -508,6 +508,7 @@ use constant contenttypes =>
"csv" => "text/csv" ,
"png" => "image/png" ,
"ics" => "text/calendar" ,
+ "txt" => "text/plain",
};
# Usage modes. Default USAGE_MODE_BROWSER. Use with Bugzilla->usage_mode.