Make links https-compatible
Closes bug 1337335 Change-Id: Iaefd7ad293fcbe1a7c6d5674dd62fa5e2f26b915
This commit is contained in:
@@ -65,7 +65,7 @@ show_record_type=True, show_user_gravatar=True, gravatar_size=32, show_all=True)
|
||||
{% if show_user_gravatar %}
|
||||
<img src="${gravatar}">
|
||||
{% else %}
|
||||
<img src="http://www.gravatar.com/avatar/a${parseInt(record_type,36)}?s={{ gravatar_size }}&d=identicon" style="width: {{ gravatar_size }}px; height: {{ gravatar_size }}px;">
|
||||
<img src="//www.gravatar.com/avatar/a${parseInt(record_type,36)}?s={{ gravatar_size }}&d=identicon" style="width: {{ gravatar_size }}px; height: {{ gravatar_size }}px;">
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
@@ -170,4 +170,4 @@ show_record_type=True, show_user_gravatar=True, gravatar_size=32, show_all=True)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{%- endmacro %}
|
||||
{%- endmacro %}
|
||||
|
||||
Reference in New Issue
Block a user