logo

lanodan.eu

Unnamed repository; edit this file 'description' to name the repository.
commit: 1a1a6598591bd15f456878520e2428ec8cd0d0ad
parent: 1839433b95ec7b5db295afbf4c587128a739049a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 29 Jun 2019 11:16:24 +0200

{home,accueil}.html: Fix ampersand to make it valid xml

Diffstat:

Maccueil.html2+-
Mhome.html2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/accueil.html b/accueil.html @@ -37,7 +37,7 @@ </ul> <h2 id="tools">Outils</h2> <ul> - <li>Langages de Programmation : POSIX Shell & Bash, C 99+, Elixir</li> + <li>Langages de Programmation : POSIX Shell &amp; Bash, C 99+, Elixir</li> <li>Systèmes : Gentoo Linux, (Alpine Linux, NetBSD, Debian GNU/Linux)</li> <li>Dæmons : nginx, PostgreSQL, OpenSMTPd, nsd/unbound</li> <li>Réseau : iptables/nftables, ISC DHCP</li> diff --git a/home.html b/home.html @@ -39,7 +39,7 @@ </ul> <h2 id="tools">Tools</h2> <ul> - <li>Programming Languages: POSIX Shell & Bash, C 99+, Elixir</li> + <li>Programming Languages: POSIX Shell &amp; Bash, C 99+, Elixir</li> <li>Systems: Gentoo Linux, (Alpine Linux, NetBSD, Debian GNU/Linux)</li> <li>Dæmons: nginx, PostgreSQL, OpenSMTPd, nsd/unbound</li> <li>Networking: iptables/nftables, ISC DHCP</li>