Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-09-13 10:25:25 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-09-13 10:25:25 +0300
commite19c817e1938aa602a615de992fa0d6105f1b0a4 (patch)
tree67a738d340ef0a931ba7f76976509b68e21c52e8 /scripts
parent71cf687190d30c13813ead9883e18d88306528b3 (diff)
fix: meta view-port
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/i18nstats.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/i18nstats.sh b/scripts/i18nstats.sh
index b87f5a0bc..d43ec5f1e 100755
--- a/scripts/i18nstats.sh
+++ b/scripts/i18nstats.sh
@@ -200,6 +200,7 @@ cat << EOF > "$REMMINATOP"/data/reports/postats.html
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Remmina Translation Status</title>
<script type="text/javascript" src="chartkick.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.bundle.js"></script>