Bug #3388

Mis à jour par Matthieu Decorde il y a plus de 2 ans

The browser can't open two links in the welcome page:

* A) @http://forge.cbp.ens-lyon.fr/redmine/projects/txm/issues?query_id=83@
* B) @recette de TXM 0.8.3 beta@

See screenshot: ubuntu-welcome-page-broken-links.png

A) gives a broken link: see screenshot ubuntu-welcome-page-broken-links-tickets

B) try to open a window that doesn't show in Ubuntu : see screenshot ubuntu-welcome-page-broken-links-recette.png

h3. Solution

* A) @http://forge.cbp.ens-lyon.fr/redmine/projects/txm/issues?query_id=83@ -> @https://forge.cbp.ens-lyon.fr/redmine/projects/txm/issues?query_id=83@

* A&B) remove the target="_blank" using syntax : @(the link name)[link]{:target=""}@
* A&B) remove the "jekyll-target-blank" jekyll plugin ??

Retour