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:
parent
c892dc9238
commit
95bf97dd73
1 changed files with 3 additions and 0 deletions
|
@ -25,5 +25,8 @@ return {
|
||||||
|
|
||||||
# letters
|
# letters
|
||||||
say $out "Added new letter 'XXX' (TRANSPORT)";
|
say $out "Added new letter 'XXX' (TRANSPORT)";
|
||||||
|
|
||||||
|
# HTML customizations
|
||||||
|
say $out "Added 'XXX' HTML customization";
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue