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 <antenore@simbiosi.org>2019-02-01 00:29:00 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-02-01 00:29:00 +0300
commit683398031fd13bb4822b5cda14f7524788c9ab3c (patch)
treef509391df1a5cdb7d870a0ca428a3f71dd8bb176 /scripts
parent3e1a3ce581d7480ef84818bdb835dbf852f308c8 (diff)
Layout fix
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/i18nstats.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/i18nstats.sh b/scripts/i18nstats.sh
index 93c7d3bd7..a25bdd16e 100755
--- a/scripts/i18nstats.sh
+++ b/scripts/i18nstats.sh
@@ -229,7 +229,7 @@ cat << EOF > "$REMMINATOP"/data/reports/postats.html
</style>
</head>
<body>
- <div class="container-fluid"></div>
+ <div class="container-fluid">
<h1>Remmina Translation Status</h1>
<!--<div id="multiple-bar-stacked" style="height: 650px;"></div>-->
@@ -245,6 +245,7 @@ cat << EOF > "$REMMINATOP"/data/reports/postats.html
);
</script>
<!--#include virtual="howto-i18n.html" -->
+ </div>
</body>
</html>
EOF