maj template CSS

This commit is contained in:
Jephté Clain 2022-01-14 16:14:20 +04:00
parent 5cdd93d3d8
commit 4f7bcbcede
1 changed files with 1 additions and 2 deletions

View File

@ -355,8 +355,7 @@ function generate_css() {
check_overwrite "$1" || return
estep "$(ppath "$file")"
echo >"$file" "/* -*- coding: $encoding ${mode:+mode: $mode }-*- vim:sw=4:sts=4:et:ai:si:sta:fenc=$encoding
*/@CHARSET \"$encoding\";"
echo >"$file" "@CHARSET \"$encoding\"; /* -*- coding: $encoding ${mode:+mode: $mode }-*- vim:sw=4:sts=4:et:ai:si:sta:fenc=$encoding */"
[ -n "$2" ] && array_add "$2" "$file"
return 0