Added RTL

This commit is contained in:
Luke 2024-11-26 12:33:28 +01:00 committed by GitHub
parent 43ad187547
commit 4c1dc0fa85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" />