Merge pull request #8200 from louy/patch-1

Add direction to emails
This commit is contained in:
Claudio Sanches 2015-05-21 17:03:55 -03:00
commit b68eef15d7
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@ if ( ! defined( 'ABSPATH' ) ) {
?>
<!DOCTYPE html>
<html>
<html dir="<?php echo is_rtl() ? 'rtl' : 'ltr'?>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php echo get_bloginfo( 'name', 'display' ); ?></title>
</head>
<body <?php echo is_rtl() ? 'rightmargin' : 'leftmargin'; ?>="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
<div id="wrapper">
<div id="wrapper" dir="<?php echo is_rtl() ? 'rtl' : 'ltr'?>">
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
<tr>
<td align="center" valign="top">