mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix #562
This commit is contained in:
parent
3dc1510809
commit
f393af4d41
@ -43,6 +43,9 @@
|
|||||||
<tr py:for="dep in distro.DEPENDENCIES">
|
<tr py:for="dep in distro.DEPENDENCIES">
|
||||||
<td>${dep[0]}</td><td>${dep[1]}</td>
|
<td>${dep[0]}</td><td>${dep[1]}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>HAL</td><td>0.5.10</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
While you wait for the installation to complete, please consider donating to support the development of ${distro.app}.
|
While you wait for the installation to complete, please consider donating to support the development of ${distro.app}.
|
||||||
@ -65,4 +68,4 @@
|
|||||||
Now reboot and you're done!
|
Now reboot and you're done!
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user