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:
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