Skip to content

Commit

Permalink
removed default cssembed charset
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswallsmith authored and fuel-packages committed Aug 16, 2011
1 parent 697824a commit a765cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assetic/Filter/CssEmbedFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CssEmbedFilter implements FilterInterface
{
private $jarPath;
private $javaPath;
private $charset = 'utf-8';
private $charset;
private $mhtml; // Enable MHTML mode.
private $mhtmlRoot; // Use <root> as the MHTML root for the file.
private $root; // Prepends <root> to all relative URLs.
Expand Down

0 comments on commit a765cfc

Please sign in to comment.