Bug 35063: (follow-up) Add reference example for HTML customizations on skeleton.pl

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2023-11-09 14:33:59 -03:00
parent c892dc9238
commit 95bf97dd73
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -25,5 +25,8 @@ return {
# letters
say $out "Added new letter 'XXX' (TRANSPORT)";
# HTML customizations
say $out "Added 'XXX' HTML customization";
},
};