From 73033751c2d2fa1a5b5526463d4eddb78aaecf06 Mon Sep 17 00:00:00 2001 From: Foo Chuan Wei Date: Wed, 15 Nov 2017 00:07:26 -0500 Subject: [PATCH] Prevent double quotes within attribute value for article title Replace double quotes with single quotes in the html attribute value for the article title, because otherwise, the resulting html may be invalid. --- pelican/themes/simple/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/themes/simple/templates/index.html b/pelican/themes/simple/templates/index.html index ab4bc345..b6f366be 100644 --- a/pelican/themes/simple/templates/index.html +++ b/pelican/themes/simple/templates/index.html @@ -8,7 +8,7 @@
    {% for article in articles_page.object_list %}