Explorar el Código

Properly escape login link for safety.

master
Ben Kurtovic hace 7 años
padre
commit
8b23005570
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      templates/landing.mako

+ 1
- 1
templates/landing.mako Ver fichero

@@ -1,6 +1,6 @@
<%inherit file="_base.mako"/>
<%block name="righthead">
<a href="${g.auth.make_login_link()}">
<a href="${g.auth.make_login_link() | h}">
<img id="login-button" title="Log in with EVE Online" alt="Log in with EVE Online" src="${url_for('staticv', filename='images/eve-login.png')}"/>
</a>
</%block>


Cargando…
Cancelar
Guardar