Skip to content

Commit 9ce9d9a

Browse files
committed
CHANGE: use plain text codec for .cgi files
1 parent 1310903 commit 9ce9d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mezz/base-defs.reb

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ foreach [codec handler] system/codecs [
6161
]
6262
title: form reduce ["Internal codec for" codec "media type"]
6363
suffixes: select [
64-
text [%.txt]
65-
markup [%.html %.htm %.xsl %.wml %.sgml %.asp %.php %.cgi]
64+
text [%.txt %.cgi]
65+
markup [%.html %.htm %.xsl %.wml %.sgml %.asp %.php]
6666
] codec
6767
entry: handler
6868
]

0 commit comments

Comments
 (0)