logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 639665884fc53f6805e2ee729d9fab5df4dcea21
parent 2e20a97e024e8641a267f24bc8d77b137752609b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  5 Mar 2018 19:44:18 +0100

templates/en/nav.shtml: Forgot to escape “coding style” URL

Diffstat:

Mtemplates/en/nav.shtml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/en/nav.shtml b/templates/en/nav.shtml @@ -16,7 +16,7 @@ <li class="menu"><span>Pages</span><ul> <li><a href="/abgilpqt+">ABGILPQT+</a></li> <li><a href="/bookmarks">Bookmarks</a></li> - <li><a href="/coding style">coding style</a></li> + <li><a href="/coding%20style">coding style</a></li> </ul></li> <li><a href="/notes">Notes</a></li> </ul><ul class="right">