Browse Source

Set encoding in CSS file.

Signed-off-by: mark_story <mark@mark-story.com>
Yusuke Ando 14 years ago
parent
commit
b8d67e581a

+ 1 - 0
app/webroot/css/cake.generic.css

@@ -1,3 +1,4 @@
+@charset "utf-8";
 /**
  *
  * Generic CSS for CakePHP

+ 1 - 0
lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css

@@ -1,3 +1,4 @@
+@charset "utf-8";
 /**
  *
  * Generic CSS for CakePHP