mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
pad.html: use TLS for the "Powered by" link: http://etherpad.org -> https://etherpad.org
This commit is contained in:
parent
03227e526f
commit
be3d158402
@ -172,7 +172,7 @@
|
||||
|
||||
<h2 data-l10n-id="pad.settings.about">About</h2>
|
||||
<span data-l10n-id="pad.settings.poweredBy">Powered by</span>
|
||||
<a href="http://etherpad.org">Etherpad-lite</a>
|
||||
<a href="https://etherpad.org">Etherpad-lite</a>
|
||||
<% if (settings.exposeVersion) { %>(commit <%=settings.getGitCommit()%>)<% } %>
|
||||
</div></div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user