Merged [2628] from lars.eggert@nokia.com:
Fix for #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 f7b104705b9e6f2d4c3fd71c3973f6a9d189f03f
This commit is contained in:
parent
979bdb4c00
commit
357ce4c751
|
@ -34,7 +34,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
<div class="ietf-box diffTool">
|
||||
<h2 style="margin-top:0;margin-bottom:4px;">Diffs</h2>
|
||||
<form action="http://tools.ietf.org/rfcdiff" method="get" target="_blank" style="margin:0;">
|
||||
<form action="http{% if request.is_secure %}s{% endif %}://tools.ietf.org/rfcdiff" method="get" target="_blank" style="margin:0;">
|
||||
<table>
|
||||
<tr><td>
|
||||
<label>From:</label> <select name="url1">
|
||||
|
|
Loading…
Reference in a new issue