Skip to content

Commit

Permalink
'lang' field description for oldwikisource
Browse files Browse the repository at this point in the history
  • Loading branch information
zdzis committed Jan 30, 2015
1 parent 7b76298 commit fa39524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http/templates/stat.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</thead>
<tbody>
<?php foreach($val as $lang => $temp) {
if ($lang === '') $lang = 'oldwiki';
echo '<tr><th scope="row">' . $lang . '</th><td>' . ($temp['epub-2'] + $temp['epub-3']) . '</td><td>' . $temp['xhtml'] . '</td><td>' . $temp['odt'] . '</td></tr>' . "\n";
} ?>
</tbody>
Expand Down

0 comments on commit fa39524

Please sign in to comment.