summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Leadbeater2014-08-10 23:17:55 +0100
committerDavid Leadbeater2014-08-10 23:17:55 +0100
commitab543dfd3e29ddc208fb4e768293a72629a98ec5 (patch)
treec3085d22c186ca15ef3dba4edecd1dd0ef7f4a45
parent1aebbbf1e9a2866a9a126a5950fb46c7697c17a0 (diff)
downloadscripts.irssi.org-ab543dfd3e29ddc208fb4e768293a72629a98ec5.tar.bz2
Escape the description
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 2541478..1ad5746 100644
--- a/index.html
+++ b/index.html
@@ -62,7 +62,7 @@ layout: default
</td>
<td class="name">{{ script.name }}</td>
<td class="version">{{ script.version }}</td>
- <td class="description">{{ script.description }}</td>
+ <td class="description">{{ script.description | xml_escape }}</td>
<td class="authors">{{ script.authors }}</td>
<td class="modified" sorttable_customkey="{{ script.modified | date: "%Y%m%d%H%M%S" }}">
<abbr class="timeago" title="{{ script.modified | date: "%Y-%m-%dT%H:%M:%SZ" }}">