Parcourir la source

Properly escape login link for safety.

master
Ben Kurtovic il y a 7 ans
Parent
révision
8b23005570
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      templates/landing.mako

+ 1
- 1
templates/landing.mako Voir le fichier

@@ -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>


Chargement…
Annuler
Enregistrer