Explorar el Código

Merge pull request #408 from ddarkr/patch-3

HTTPS 대응 (Mixed Content)
Surplus_Up (2DU) hace 8 años
padre
commit
9a8ed50bbe
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      views/acme/index.html

+ 2 - 2
views/acme/index.html

@@ -81,7 +81,7 @@
                                     <i class="fa fa-user-secret" aria-hidden="true"></i>
                                 {% endif %}
                                 {% if imp[2][4] != '' %}
-                                    <img src="http://www.gravatar.com/avatar/{{imp[2][4]|md5_replace}}?s=30">
+                                    <img src="//www.gravatar.com/avatar/{{imp[2][4]|md5_replace}}?s=30">
                                 {% else %}
                                     사용자
                                 {% endif %}
@@ -161,4 +161,4 @@
             </div>
         </footer>
     </body>
-</html>
+</html>