Discussion:
[pve-devel] [PATCH installer] change http links to https, clean whitespace
Oguz Bektas
2018-12-10 08:30:32 UTC
Permalink
Signed-off-by: Oguz Bektas <***@proxmox.com>
---
html-pmg/success.htm | 8 ++++----
html-pve/success.htm | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/html-pmg/success.htm b/html-pmg/success.htm
index 6e99e94..ca7024a 100644
--- a/html-pmg/success.htm
+++ b/html-pmg/success.htm
@@ -8,7 +8,7 @@
<table border="0" width="800">
<tr>
<td width="200">&nbsp;</td>
- <td colspan="2" width="400"><br><br>
+ <td colspan="2" width="400"><br><br>
<p>
<b class="htext">Installation successful!</b>
<br><br><br>
@@ -21,10 +21,10 @@
<td valign="top" width="560"><b>Next steps</b><br><br>Reboot and point your web browser to the selected IP address:<br><br>
https://&lt;IP&gt;:8006
<br><br>
- Also visit <a href="http://www.proxmox.com">www.proxmox.com</a> for more information.
- </td>
+ Also visit <a href="https://www.proxmox.com">www.proxmox.com</a> for more information.
+ </td>
</tr>
- </table>
+ </table>
</p>
</td>
<td width="200">&nbsp;</td>
diff --git a/html-pve/success.htm b/html-pve/success.htm
index b66af34..e9c36d8 100644
--- a/html-pve/success.htm
+++ b/html-pve/success.htm
@@ -8,7 +8,7 @@
<table border="0" width="800">
<tr>
<td width="200">&nbsp;</td>
- <td colspan="2" width="400"><br><br>
+ <td colspan="2" width="400"><br><br>
<p>
<b class="htext">Installation successful!</b>
<br><br><br>
@@ -20,10 +20,10 @@
<td valign="top" width="30"><img src="plus.png"></td>
<td valign="top" width="560"><b>Next steps</b><br><br>Reboot and point your web browser to the selected IP address.
<br><br>
- Also visit <a href="http://www.proxmox.com">www.proxmox.com</a> for more information.
- </td>
+ Also visit <a href="https://www.proxmox.com">www.proxmox.com</a> for more information.
+ </td>
</tr>
- </table>
+ </table>
</p>
</td>
<td width="200">&nbsp;</td>
--
2.11.0
Thomas Lamprecht
2018-12-10 10:57:36 UTC
Permalink
Post by Oguz Bektas
---
html-pmg/success.htm | 8 ++++----
html-pve/success.htm | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
an user could see "www.proxmox.com" only anyway, and we redirect to https
if you try to use http, but applied nonetheless as it does no harm and some
cleanup is always nice ;-)

Loading...