[www-doc] [Git][VideoLAN.org/websites][master] Fix Android stats
Jean-Baptiste Kempf
gitlab at videolan.org
Tue Jan 8 16:13:14 CET 2019
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
05fa3701 by Jean-Baptiste Kempf at 2019-01-08T15:13:10Z
Fix Android stats
- - - - -
1 changed file:
- www.videolan.org/vlc/stats/downloads.php
Changes:
=====================================
www.videolan.org/vlc/stats/downloads.php
=====================================
@@ -496,11 +496,11 @@
$android_new = 163799330;
echo "
<tr><td> </td></tr>
-<tr><td class=\"category\" style=\"text-align: left;\"><strong>Android Beta App</strong></td>
+<tr><td class=\"category\" style=\"text-align: left;\"><strong>Android Beta</strong></td>
<td></td>
<td></td>
<td></td>
-<td>$android_old</td>
+<td style=\"text-align: right;\">$android_old</td>
</tr>";
echo "
@@ -509,7 +509,7 @@
<td></td>
<td></td>
<td></td>
-<td>$andrdoid_new</td>
+<td style=\"text-align: right;\">$android_new</td>
</tr>";
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/05fa3701a2fcff0fc2c9c5861676d91695f64b07
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/05fa3701a2fcff0fc2c9c5861676d91695f64b07
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list