Skip to content

Commit 1a80f51

Browse files
committed
CHANGE: quoted-printable codec is delayed (required import 'quoted-printable before use)
1 parent 53e3db0 commit 1a80f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mezz/codec-quoted-printable.reb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REBOL [
22
Name: quoted-printable
33
Type: module
4-
;Options: [delay]
4+
Options: [delay]
55
Version: 1.0.0
66
Title: "Codec: quoted-printable encoding"
77
Author: "Oldes"
@@ -14,7 +14,7 @@ REBOL [
1414
register-codec [
1515
name: 'quoted-printable
1616
type: 'text
17-
title: "quoted-printable encoding"
17+
title: "Quoted-Printable encoding"
1818

1919
decode: function [
2020
"Decodes quoted-printable data"

0 commit comments

Comments
 (0)