Bug fixes, index.md compatibility

This commit is contained in:
dignajar 2016-07-25 20:43:41 -03:00
parent 44274331d8
commit fae098ee6f
1 changed files with 12 additions and 2 deletions

View File

@ -14,8 +14,18 @@ echo '
';
echo '<tr>';
echo '<td>Bludit</td>';
echo '<td>'.BLUDIT_VERSION.' ('.BLUDIT_CODENAME.')</td>';
echo '<td>Bludit version</td>';
echo '<td>'.BLUDIT_VERSION.'</td>';
echo '</tr>';
echo '<tr>';
echo '<td>Bludit codename</td>';
echo '<td>'.BLUDIT_CODENAME.'</td>';
echo '</tr>';
echo '<tr>';
echo '<td>Bludit build</td>';
echo '<td>'.BLUDIT_BUILD.'</td>';
echo '</tr>';
echo '<tr>';