mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-12-22 21:59:21 +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, ",", " ");
|
$xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="<?php echo $lang_meta; ?>">
|
<html lang="<?php echo $lang_meta; ?>"<?php if($rtl == 'true'){echo ' dir="rtl"';} ?>>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
Loading…
Reference in a new issue