logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 5f954ec01d06363507c4a8d5aa6ab99b26264455
parent edf61fc092e04c8f54c74a156e0485fa8ec5c456
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  7 Mar 2019 02:27:24 +0100

articles/Pretty Bad Privacy.shtml: fix plain XHTML link

Diffstat:

Marticles/Pretty Bad Privacy.shtml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/articles/Pretty Bad Privacy.shtml b/articles/Pretty Bad Privacy.shtml @@ -9,7 +9,7 @@ <body> <!--#include file="/templates/en/nav.shtml" --> <!--#include file="/articles/Pretty Bad Privacy.xhtml"--> - <a href="/articles/Pretty%20Bad%20Privacy">article only(plain XHTML)</a> + <a href="/articles/Pretty%20Bad%20Privacy.xhtml">article only(plain XHTML)</a> <!--#include file="/templates/en/footer.html" --> </body> </html>