[chrome-gnome-shell/gnome/migration] Translation coverage: fix html errors



commit 7e41783e391cbf8b180b9418c05658c15568aae3
Author: Yuri Konotopov <ykonotopov gmail com>
Date:   Mon Mar 7 14:19:39 2016 +0300

    Translation coverage: fix html errors

 contrib/translation-coverage.php |   26 ++++++++++++--------------
 1 files changed, 12 insertions(+), 14 deletions(-)
---
diff --git a/contrib/translation-coverage.php b/contrib/translation-coverage.php
index d8680ab..230b675 100644
--- a/contrib/translation-coverage.php
+++ b/contrib/translation-coverage.php
@@ -110,20 +110,18 @@ if(!$reference_strings)
                        }
                </style>
        </head>
-</html>
-<body>
-       <table class='stats'>
-               <thead>
-                       <tr>
-                               <th>Language</th>
-                               <th>Translated</th>
-                               <th>Missing</th>
-                               <th>Redundant</th>
-                               <th>Progress</th>
-                       </tr>
-               </thead>
-               <tbody>
-</body>
+       <body>
+               <table class='stats'>
+                       <thead>
+                               <tr>
+                                       <th>Language</th>
+                                       <th>Translated</th>
+                                       <th>Missing</th>
+                                       <th>Redundant</th>
+                                       <th>Progress</th>
+                               </tr>
+                       </thead>
+                       <tbody>
 <?php
 
 foreach($languages as $code => $language)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]