summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Hauwaerts2014-08-11 11:08:30 +0200
committerGeert Hauwaerts2014-08-11 11:08:30 +0200
commit52f49d1e7ddecd4cac063215101cd0a3c565d574 (patch)
treec3085d22c186ca15ef3dba4edecd1dd0ef7f4a45
parent1aebbbf1e9a2866a9a126a5950fb46c7697c17a0 (diff)
parentab543dfd3e29ddc208fb4e768293a72629a98ec5 (diff)
downloadscripts.irssi.org-52f49d1e7ddecd4cac063215101cd0a3c565d574.tar.bz2
Merge pull request #31 from dgl/escape
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" }}">