mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-12-22 13:49:22 +00:00
Added RTL
This commit is contained in:
parent
43ad187547
commit
4c1dc0fa85
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ if(isset($_GET["in"])) {
|
|||
$xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="<?php echo $lang_meta; ?>">
|
||||
<html lang="<?php echo $lang_meta; ?>"<?php if($rtl == 'true'){echo ' dir="rtl"';} ?>>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
|
Loading…
Reference in a new issue