From ab543dfd3e29ddc208fb4e768293a72629a98ec5 Mon Sep 17 00:00:00 2001 From: David Leadbeater Date: Sun, 10 Aug 2014 23:17:55 +0100 Subject: Escape the description --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2541478..1ad5746 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@ layout: default {{ script.name }} {{ script.version }} - {{ script.description }} + {{ script.description | xml_escape }} {{ script.authors }} -- cgit v1.2.3