This commit is contained in:
Jephté Clain 2014-06-06 15:21:53 +04:00
parent e4c21edddf
commit f20f9ee4eb
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,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;"
*/@CHARSET \"$encoding\";"
[ -n "$2" ] && array_add "$2" "$file"
return 0