Skip to content

Commit

Permalink
Pass selected charset to mailing preview page. Fixes #94
Browse files Browse the repository at this point in the history
  • Loading branch information
soonick committed Nov 8, 2012
1 parent 399999b commit 138cc81
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion themes/default/inc/mailing.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<?php
if (empty($this->charset)) {
$this->charset = $this->list_charset;
}
?>
<meta content="text/html;charset=<?php echo $this->charset; ?>"
http-equiv="Content-Type">
http-equiv="Content-Type">
<title><?php echo $this->subject; ?></title>
</head>
<body>
Expand Down

0 comments on commit 138cc81

Please sign in to comment.