Skip to content

Commit 357ce4c

Browse files
committed
Merged [2628] from lars.eggert@nokia.com:
Fix for ietf-tools#467. * History tab: Avoid HTTP/HTTPS warning for the diff tool form submission. - Legacy-Id: 2638 Note: SVN reference [2628] has been migrated to Git commit f7b1047
1 parent 979bdb4 commit 357ce4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idrfc/doc_diffs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<div class="ietf-box diffTool">
3636
<h2 style="margin-top:0;margin-bottom:4px;">Diffs</h2>
37-
<form action="http://tools.ietf.org/rfcdiff" method="get" target="_blank" style="margin:0;">
37+
<form action="http{% if request.is_secure %}s{% endif %}://tools.ietf.org/rfcdiff" method="get" target="_blank" style="margin:0;">
3838
<table>
3939
<tr><td>
4040
<label>From:</label> <select name="url1">

0 commit comments

Comments
 (0)