[pve-devel] [PATCH installer] html: pbs: fix missing <br> in template after feature list
Christoph Heiss
c.heiss at proxmox.com
Wed Apr 3 12:45:14 CEST 2024
This adds an empty line between the feature list and the "more
information" paragraph, which looks a lot better.
The exact same is already present in the HTML template for both other
products, probably a simple oversight.
Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
---
html/pbs/extract1-license.htm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/pbs/extract1-license.htm b/html/pbs/extract1-license.htm
index 9ceae4f..cbaf9de 100644
--- a/html/pbs/extract1-license.htm
+++ b/html/pbs/extract1-license.htm
@@ -21,7 +21,7 @@
- Deduplication<br>
- Incremental backups<br>
- Remote sync<br>
- - Easy management<br>
+ - Easy management<br><br>
For more information, visit <b>www.proxmox.com</b>
or the Proxmox Backup Server project page.
--
2.43.1
More information about the pve-devel
mailing list