diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-10-06 06:15:01 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-10-06 06:15:01 +0200 |
commit | a38de9a23272370d4b29ebce12e6b1f0817d6743 (patch) | |
tree | 629ddf593b13e08284288f9575441bf82d8bd831 /phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html | |
parent | fca08119433f319c8035a90a4bf0a9dd25adc20b (diff) | |
parent | 281afb8bd6ff7e8dc54fd7850e5eb1a7e7562899 (diff) | |
download | forums-a38de9a23272370d4b29ebce12e6b1f0817d6743.tar forums-a38de9a23272370d4b29ebce12e6b1f0817d6743.tar.gz forums-a38de9a23272370d4b29ebce12e6b1f0817d6743.tar.bz2 forums-a38de9a23272370d4b29ebce12e6b1f0817d6743.tar.xz forums-a38de9a23272370d4b29ebce12e6b1f0817d6743.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/11135] Full replacement of credit link to https
Conflicts:
phpBB/install/convertors/convert_phpbb20.php
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html index 7c368c8124..041fca48a7 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html @@ -112,7 +112,7 @@ hr.sep { <td align="{S_CONTENT_FLOW_END}"><span class="gensmall">{S_TIMEZONE}</span></td> </tr> <tr> - <td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Group<br />http://www.phpbb.com/</span></td> + <td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Group<br />https://www.phpbb.com/</span></td> </tr> </table> |